线网车站

This commit is contained in:
joylink_zhaoerwei 2023-06-12 13:32:37 +08:00
parent d424b9466a
commit 49b9d50ddb

View File

@ -15,6 +15,7 @@ message RtssGraphicStorage {
repeated Signal signals = 8;
repeated Turnout turnouts = 9;
repeated Section section = 10;
repeated StationLine stationLines = 11;
}
message Canvas {
@ -95,6 +96,12 @@ message Station {
string code = 2;
}
message StationLine {
CommonInfo common = 1;
string code = 2;
bool hasTransfer = 3; //
}
message Train {
CommonInfo common = 1;
string code = 2;