| | |
| | | PhoneNum string `json:"phoneNum,omitempty" example:"手机号码"` |
| | | MonitorLevel string `json:"monitorLevel,omitempty" example:"等级"` |
| | | 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 float64 `json:"compareScore"` |
| | | } |