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 }