From 81334ff160875799e6b9e5ab4564caa862f11f17 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期一, 19 八月 2019 18:56:53 +0800
Subject: [PATCH] DbPersonCompCache

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

diff --git a/es.proto b/es.proto
index 01ad276..c7642a0 100644
--- a/es.proto
+++ b/es.proto
@@ -9,6 +9,13 @@
     float  compareScore =4;
 }
 
+message DbPersonCompCache {
+    string id           =1;
+    string tableId      =2;
+    string faceFeature  =3;
+    int32  enable       =4;
+}
+
 message Dbperson{
     string id              =1;
     string tableId         =2;

--
Gitblit v1.8.0