From 14730acd01ff920a57f7d86365fd04d1b0c70a3f Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Mon, 25 Sep 2023 17:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=AD=E7=9B=B8=E4=BF=9D=E6=8A=A4=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/relayCabinetLayoutGraphics.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protos/relayCabinetLayoutGraphics.proto b/protos/relayCabinetLayoutGraphics.proto index dcc523e..a9c1055 100644 --- a/protos/relayCabinetLayoutGraphics.proto +++ b/protos/relayCabinetLayoutGraphics.proto @@ -11,6 +11,8 @@ message RelayCabinetGraphicStorage { repeated DeviceRelateRelay deviceRelateRelayList = 4; //string belongsConcentrationStation = 5;//继电器柜图所属集中站 UniqueIdType UniqueIdPrefix = 6;//设备唯一编码--前缀 + repeated PhaseFailureProtector phaseFailureProtectors = 7; + repeated Combinationtype combinationtypeList = 8; } message RelayCabinet { @@ -36,6 +38,12 @@ message Relay { ModelType newModel = 4;//型号 } +/* 断相保护器 */ +message PhaseFailureProtector { + graphicData.CommonInfo common = 1; + string code = 2;//编号 +} + /* 设备管理的继电器列表 */ message DeviceRelateRelay { //int32 id = 1;//存储在列表中的id