From e15c83fc33ab00707c8ac75261fe4f5bd51943b9 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 06 三月 2020 14:00:13 +0800
Subject: [PATCH] add carNo

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

diff --git a/es.proto b/es.proto
index 0475e91..0513353 100644
--- a/es.proto
+++ b/es.proto
@@ -13,6 +13,17 @@
     string analyServerId =6;
 }
 
+message PersonCar {
+    string id           =1;
+    string tableid      =2;
+    string faceFeature  =3;
+    float  compareScore =4;
+    int32  enable       =5;
+    string analyServerId =6;
+
+    string carNo        =7;//杞︾墝鍙�
+}
+
 message MultiFeaCache {
     Esinfo esInfo = 1;
     string attachFeature = 2;

--
Gitblit v1.8.0