From 54747b4c57f1c44b5c973ad585768c83049429de Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期五, 10 二月 2023 16:56:08 +0800
Subject: [PATCH] 更新gofast版本使用protobufV3

---
 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