物理区段码位列表

This commit is contained in:
dong 2023-10-25 10:47:38 +08:00
parent f0bfa36757
commit 60ead5ac3d

View File

@ -40,6 +40,7 @@ message RtssGraphicStorage {
repeated KilometerConvert kilometerConvertList = 32;//
repeated ScreenDoor screenDoors = 33;
repeated StationRelateDevice stationRelateDeviceList = 34; //
repeated SectionCodePoint sectionCodePointList = 35; //
}
message Canvas {
@ -495,3 +496,8 @@ message DeviceCombinationtype {
string code = 1;
repeated string refDevices = 2;//
}
message SectionCodePoint {
string centralizedStation = 1;
repeated string sectionIds = 2; //id列表
}