554325746@qq.com
2019-07-08 0126e444e24a22acb1b5909389d7eeba48ba7f6a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
syntax = "proto3";
 
package protomsg;
 
message Baseinfo{
    string faceFeature = 1;
    string personId    = 2;
    string tableId     = 3;
    string tableName   =4;
    string personName =6;
    string personPicUrl =7;
    string phoneNum =8;
    string sex =9;
<<<<<<< HEAD
    string idcard = 10;
=======
    string idCard = 10;
>>>>>>> 8cd3a0511c78f1191b642ccd4fa4b1e1ee14c0a4
    string monitorLevel  = 11;
    string content = 12;
    string picDesc = 13;
}
 
message Binfos{
    repeated   Baseinfo infos  = 1;
}
 
message Esinfo{
    string id           =1;
    string tableid      =2;
    string faceFeature  =3;
    float  compareScore =4;
}