models/dbtablepersons.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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"` }