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

---
 protomsg.proto |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 0334b35..99cdcc3 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -192,7 +192,9 @@
     bool must = 4;//鍙傛暟鏄惁蹇呭~
     string unit = 5;//鍗曚綅
     string range = 6;//鍙傛暟鐨勮寖鍥�
-    int32 sort = 7;//鍙傛暟鎺掑簭
+    string default_value = 7;//鍙傛暟榛樿鍊�
+    string default_operator = 8;//鍙傛暟榛樿璁$畻绗﹀彿
+    int32 sort = 9;//鍙傛暟鎺掑簭
 }
 
 //TableChanged enum
@@ -313,8 +315,9 @@
 
 message EsPersonCacheChange {
     EsCacheChanged type = 1;
-    string table_id = 2;//搴曞簱id
+    repeated string table_id = 2;//搴曞簱id
     string person_id = 3;//浜哄憳id
-    bytes feature = 4;//鐗瑰緛鍊�
+    string feature = 4;//鐗瑰緛鍊糱ase64
     DbAction action = 5;
+    int32 enable = 6;
 }

--
Gitblit v1.8.0