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 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/es.proto b/es.proto
index 01ad276..0e8e580 100644
--- a/es.proto
+++ b/es.proto
@@ -7,6 +7,7 @@
string tableid =2;
string faceFeature =3;
float compareScore =4;
+ int32 enable =5;
}
message Dbperson{
--
Gitblit v1.8.0