554325746@qq.com
2019-07-11 2d49816cac29ab4b810fede7b30ae46f4f680c83
fix es.proto
1个文件已删除
1个文件已修改
1445 ■■■■■ 已修改文件
es.pb.go 1404 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
es.proto 41 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
es.pb.go
File was deleted
es.proto
@@ -11,11 +11,12 @@
    string personPicUrl =7;
    string phoneNum =8;
    string sex =9;
    string idcard = 10;
    string idCard = 10;
    string monitorLevel  = 11;
    string content = 12;
    string picDesc = 13;
    float compareScore =14;
}
message Binfos{
@@ -29,3 +30,41 @@
    float  compareScore =4;
}
message Dbperson{
    string id              =1;
    string tableId         =2;
    string faceFeature     =3;
    string personPicUrl    =4;
    string personName      =5;
    string age             =6;
    string sex             =7;
    string idCard          =8;
    string picDesc         =9;
    string phoneNum        =10;
    string createTime      =11;
    string updateTime      =12;
    string createBy        =13;
    string isDelete         =14;
    string monitorLevel    =15;
    string enable          =16;
    string reserved        =17;
}
message Dbtable {
    string id           =1;
    string tableName    =2;
    string tableDesc    =3;
    string tableType    =4;
    string bwType       =5;
    string startTime    =6;
    string endTime      =7;
    string createTime   =8;
    string updateTime   =9;
    string createBy     =10;
    string isDelete     =11;
    string isForever    =12;
    string enable       =13;
    string isSync       =14;
    string analyServerId=15;
}