From d6490cec26caa8c61e0cad54024c93a49d92ccef Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 02 二月 2021 16:57:02 +0800
Subject: [PATCH] Camera结构添加status

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

diff --git a/es.proto b/es.proto
index 0475e91..a40f957 100644
--- a/es.proto
+++ b/es.proto
@@ -11,6 +11,8 @@
     float  compareScore =4;
     int32  enable       =5;
     string analyServerId =6;
+
+    string carNo        =7;//杞︾墝鍙�
 }
 
 message MultiFeaCache {
@@ -46,6 +48,12 @@
     string monitorLevel    =15;
     int32  enable          =16;
     string reserved        =17;
+
+    string carNo           =18;
+    string carPicUrls      =19;
+    int32 carType          =20;
+    int32   carBrand       =21;
+    int32 carColor         =22;
 }
 
 message Dbtable {

--
Gitblit v1.8.0