554325746@qq.com
2019-06-25 7555cee9ceb80f791629a13488d5ba3a90271490
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package esutil
 
 
 type Baseinfo struct {
        FaceFeature       string  `json:"faceFeature"`
        PersonId          string  `json:"id"`
        TableId           string  `json:"tableId"` 
        TableName         string  `json:"-"` 
        compareScore      float32 `json:"-"` 
        PersonName        string  `json:"personName"`
        PersonPicUrl      string  `json:"personPicUrl"` 
        PhoneNum          string  `json:"phoneNum"`
        Sex               string  `json:"sex"`
        Idcard            string  `json:"idCard"`
        MonitorLevel      string  `json:"monitorLevel"`
        Content           string  `json:"-"`
}