models/dbtablepersons.go
@@ -14,6 +14,12 @@ PicDesc string `json:"picDesc,omitempty" example:"照片标识"` Reserved string `json:"reserved,omitempty" example:"其他"` CarNo string `json:"carNo" example:"车牌号"` CarPicUrls string `json:"carPicUrls" example:"车辆照片"` CarType int `json:"carType"` CarBrand int `json:"carBrand"` CarColor int `json:"carColor"` FromServerId string `gorm:"column:fromServerId" json:"fromServerId,omitempty" example:"入库serverId"` }