From dc8ca60fc53199251100883b4370de52a6534463 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 22 八月 2019 14:01:53 +0800
Subject: [PATCH] soinfo id change to string

---
 es.proto |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/es.proto b/es.proto
index c7642a0..0e8e580 100644
--- a/es.proto
+++ b/es.proto
@@ -7,13 +7,7 @@
     string tableid      =2;
     string faceFeature  =3;
     float  compareScore =4;
-}
-
-message DbPersonCompCache {
-    string id           =1;
-    string tableId      =2;
-    string faceFeature  =3;
-    int32  enable       =4;
+    int32  enable       =5;
 }
 
 message Dbperson{

--
Gitblit v1.8.0