From 2d49816cac29ab4b810fede7b30ae46f4f680c83 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期四, 11 七月 2019 16:11:27 +0800 Subject: [PATCH] fix es.proto --- es.proto | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 insertions(+), 1 deletions(-) diff --git a/es.proto b/es.proto index 6f8c5e8..e3fe45e 100644 --- a/es.proto +++ b/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; +} + -- Gitblit v1.8.0