liuxiaolong
2020-06-05 7c811247ecf143e08c576986a884bedadc57dd66
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"`
}