liuxiaolong
2020-07-20 ed1c30e6771ccbd8f6483c8084cb14bb31318f39
models/dbtablepersons.go
@@ -16,9 +16,9 @@
   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:"车辆颜色"`
   CarType       int    `json:"carType"`
   CarBrand    int    `json:"carBrand"`
   CarColor    int   `json:"carColor"`
   FromServerId string `gorm:"column:fromServerId" json:"fromServerId,omitempty" example:"入库serverId"`
}