liuxiaolong
2020-07-20 ed1c30e6771ccbd8f6483c8084cb14bb31318f39
models/dbtablepersons.go
@@ -14,10 +14,16 @@
   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"`
   CarBrand    int    `json:"carBrand"`
   CarColor    int   `json:"carColor"`
   FromServerId string `gorm:"column:fromServerId" json:"fromServerId,omitempty" example:"入库serverId"`
}
type DbPersonsCompVo struct {
   Dbtablepersons
   CompareScore float32 `json:"compareScore"`
   CompareScore float64 `json:"compareScore"`
}