From d0411e3a57d1775aa937864493f55fce22e6cde8 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 27 Jun 2024 13:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=94=B5=E5=99=A8=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/relayCabinetLayoutGraphics.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/protos/relayCabinetLayoutGraphics.proto b/protos/relayCabinetLayoutGraphics.proto index 444c808..deba9c9 100644 --- a/protos/relayCabinetLayoutGraphics.proto +++ b/protos/relayCabinetLayoutGraphics.proto @@ -40,6 +40,7 @@ message Relay { //string model = 3;//型号 ModelType newModel = 4;//型号 string showCode = 5;//展示的编号 + CjDataItem.PostionType defaultInitialPosition = 6;//默认初始位置 } /* 断相保护器 */ @@ -65,7 +66,7 @@ message DeviceRelateRelay { } message Combinationtype { string code = 1; - repeated string oldrefRelays = 2;//设备关联的继电器 + //repeated string oldrefRelays = 2;//设备关联的继电器 repeated uint32 refRelays = 3;//设备关联的继电器 } @@ -95,7 +96,7 @@ message CjDataItem { Q=0; H=1; } - string oldrelayId = 1;//采集对应的继电器Id + //string oldrelayId = 1;//采集对应的继电器Id PostionType position = 2;//继电器的位置,QH对应着吸合 uint32 relayId = 3;//采集对应的继电器Id } @@ -112,6 +113,6 @@ message QdDataSet { } message QdData { - repeated string oldrefRelays=1;//驱动的继电器Id + //repeated string oldrefRelays=1;//驱动的继电器Id repeated uint32 refRelays=2;//驱动的继电器Id }