线网列车

This commit is contained in:
joylink_zhaoerwei 2023-06-12 17:50:07 +08:00
parent 1649bf4b3f
commit b298882894

View File

@ -17,7 +17,7 @@ message RtssGraphicStorage {
repeated Section section = 10;
repeated StationLine stationLines = 11;
repeated RunLine runLines = 12;
repeated TrainLine trainLines = 13;
}
message Canvas {
@ -111,6 +111,11 @@ message Train {
bool hasBorder = 4; //
}
message TrainLine {
CommonInfo common = 1;
string code = 2;
}
message IscsFan {
CommonInfo common = 1;
string code = 2;