From b6bb68aa99c33ce539a7a858a3682f6269d5a392 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Wed, 13 Sep 2023 17:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=94=B5=E5=99=A8=E6=9F=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/relayCabinetLayoutGraphics.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/protos/relayCabinetLayoutGraphics.proto b/protos/relayCabinetLayoutGraphics.proto index 544039f..8fa9f9a 100644 --- a/protos/relayCabinetLayoutGraphics.proto +++ b/protos/relayCabinetLayoutGraphics.proto @@ -28,5 +28,10 @@ message DeviceRelateRelay { //int32 id = 1;//存储在列表中的id string type = 2;//设备类型 string code = 3;//设备编号 - repeated string refRelay = 4;//设备关联的继电器 + //repeated string refRelay = 4;//设备关联的继电器 + repeated Combinationtype combinationtypes = 5; //组合类型 +} +message Combinationtype{ + string code = 1; + repeated string refRelays = 2;//设备关联的继电器 }