liuxiaolong
2020-03-11 bc2164deb67e29d5ea9301244f2f1525ec30cac9
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"`
}