断相保护器
This commit is contained in:
parent
0495b44dfc
commit
14730acd01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user