From 70684c4158c04083b49e905cf32021a45ccdadf7 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 25 七月 2019 20:14:39 +0800
Subject: [PATCH] add db person change

---
 protomsg.proto |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 56e39e8..71d93be 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -264,3 +264,10 @@
     string url = 1;
     bool enable = 2;
 }
+
+message EsPersonCacheChange {
+    string table_id = 1;//搴曞簱id
+    string person_id = 2;//浜哄憳id
+    bytes feature = 3;//鐗瑰緛鍊�
+    DbAction action = 4;
+}

--
Gitblit v1.8.0