线网列车
This commit is contained in:
parent
1649bf4b3f
commit
b298882894
@ -17,7 +17,7 @@ message RtssGraphicStorage {
|
|||||||
repeated Section section = 10;
|
repeated Section section = 10;
|
||||||
repeated StationLine stationLines = 11;
|
repeated StationLine stationLines = 11;
|
||||||
repeated RunLine runLines = 12;
|
repeated RunLine runLines = 12;
|
||||||
|
repeated TrainLine trainLines = 13;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -111,6 +111,11 @@ message Train {
|
|||||||
bool hasBorder = 4; // 是否有边框
|
bool hasBorder = 4; // 是否有边框
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message TrainLine {
|
||||||
|
CommonInfo common = 1;
|
||||||
|
string code = 2;
|
||||||
|
}
|
||||||
|
|
||||||
message IscsFan {
|
message IscsFan {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user