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" example:"车辆类型"` CarBrand int `json:"carBrand" example:"车辆品牌"` CarColor int `json:"carColor" example:"车辆颜色"` FromServerId string `gorm:"column:fromServerId" json:"fromServerId,omitempty" example:"入库serverId"` }