车次窗

This commit is contained in:
joylink_zhaoerwei 2023-06-16 13:20:55 +08:00
parent de6b01d131
commit abb6b5cf74

View File

@ -20,6 +20,7 @@ message RtssGraphicStorage {
repeated TrainLine trainLines = 13;
repeated PathLine pathLines = 14;
repeated Polygon polygons = 15;
repeated TrainWindow trainWindows = 16;
}
message Canvas {
@ -107,6 +108,7 @@ message Station {
CommonInfo common = 1;
string code = 2;
bool hasControl = 3; //
bool concentrationStations=4; //
}
message StationLine {
@ -115,6 +117,11 @@ message StationLine {
bool hasTransfer = 3; //
}
message TrainWindow {
CommonInfo common = 1;
string code = 2;
}
message Train {
CommonInfo common = 1;
string code = 2;