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