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 --- protomsg.proto | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index e751c5d..3efc3e0 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -45,6 +45,8 @@ bool voiceEnable = 25; string voiceId = 26; string coordTransform = 27; //鍧愭爣杞崲淇℃伅 + + int32 status = 28; } message Sensor { @@ -196,6 +198,8 @@ bool enTrack = 15; //鏄惁寮�鍚窡韪� string argDef = 16; //榛樿鍙傛暟 string ruleSo = 17; //瑙勫垯鐢╯o + string iconBlob2 = 18; //绗簩濂楀浘鐗囦簩杩涘埗 + string activateCode = 19; // } //SdkArg struct @@ -238,6 +242,7 @@ T_EventPush = 13; //浜嬩欢鎺ㄩ�佹湁鍙樺寲 T_Cluster = 14; //闆嗙兢鍒涘缓銆佸姞鍏ユ垨閫�鍑� T_CameraPolygonRelation = 15; //鎽勫儚鏈哄尯鍩熺殑鍏宠仈鍏崇郴 + T_Voice = 16;//鎶ヨ澹伴煶鍙戠敓鍙樺寲 } enum DbAction { @@ -309,6 +314,7 @@ string analyServerId = 12; string compareTarget = 13;//姣斿鐨勭洰鏍� bool isCompareAll = 14; //鏄惁姣斿鍏ㄩ儴,鍋氭祴璇曠敤 + repeated string serverIds = 15; //绠$悊骞冲彴姣斿澶氫釜璁惧浜х敓鐨勬暟鎹� } message CompareEvent { @@ -346,6 +352,15 @@ repeated PushUrl urls = 11; repeated EventPushRule rules = 12; map<string,string> filtRename = 13; + repeated PushSetMenu push_set = 14; +} + +message PushSetMenu { + string id = 1; + string name = 2; + bool checked = 3; + string alias = 4; + repeated PushSetMenu children = 5; } message EventPushRule { @@ -398,6 +413,7 @@ string clusterName = 2; repeated Node nodes = 3; string virtualIp = 4; + string password = 5; } message Node { @@ -410,4 +426,14 @@ bool isDelete = 7; string drift_state = 8; string device_type = 9; +} + +message Dic { + string id = 1; + string value = 2; + string name = 3; + string type = 4; + string description = 5; + int32 sort = 6; + string parent_id = 7; } \ No newline at end of file -- Gitblit v1.8.0