liuxiaolong
2020-03-11 bc2164deb67e29d5ea9301244f2f1525ec30cac9
fix swagger
1个文件已修改
6 ■■■■ 已修改文件
models/dbtablepersons.go 6 ●●●● 补丁 | 查看 | 原始文档 | 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"`
}