liuxiaolong
2020-03-05 b823f4e3e3e81666ef7400c87c21684dd6f6de2a
models/dbtablepersons.go
@@ -14,6 +14,12 @@
   PicDesc      string `json:"picDesc,omitempty" example:"照片标识"`
   Reserved    string `json:"reserved,omitempty" example:"其他"`
   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:"车辆颜色"`
   FromServerId string `gorm:"column:fromServerId" json:"fromServerId,omitempty" example:"入库serverId"`
}