From 6b18afff0c157bdfa98a78b00652721b0f577025 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 08 二月 2023 10:57:39 +0800 Subject: [PATCH] 修改提交的dataprocess.proto --- es.proto | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/es.proto b/es.proto index 01ad276..a40f957 100644 --- a/es.proto +++ b/es.proto @@ -1,5 +1,7 @@ syntax = "proto3"; +import "aiocean.proto"; + package protomsg; message Esinfo{ @@ -7,6 +9,25 @@ 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; + string cameraId =3; + repeated LinkEsInfo linkEsInfo = 4; + TargetLocation targetLocation =5; +} + +message LinkEsInfo { + string cameraId =1; + string feature =2;//浜轰綋鐗瑰緛 + string attachFeature = 3;//杈呭姪鐗瑰緛锛屾湁鐨勮瘽灏辨槸浜鸿劯鐗瑰緛 + TargetLocation targetLocation =4; } message Dbperson{ @@ -27,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