package model import( ) type ThirdChe300CarModelDest struct { Id uint `gorm:"primaryKey"` ModelId uint // 车型id Source string // 数据源 }