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