From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发
---
es.proto | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/es.proto b/es.proto
index 0513353..a40f957 100644
--- a/es.proto
+++ b/es.proto
@@ -11,15 +11,6 @@
float compareScore =4;
int32 enable =5;
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;//杞︾墝鍙�
}
@@ -57,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