车站名字--站台上下行和关联车站

This commit is contained in:
joylink_zhaoerwei 2023-07-20 11:10:25 +08:00
parent eb0ad6e430
commit e9804dd24b

View File

@ -105,6 +105,8 @@ message Platform {
string code = 2;
bool hasdoor = 3; //
string direction = 4; // --
string upAndDown =5; //--upLink表示上行downLink表示下行
string refStation=6; //
}
message Station {
@ -112,8 +114,9 @@ message Station {
string code = 2;
bool hasControl = 3; //
bool concentrationStations = 4; //
// string kilometerCode = 5; //
// string kilometerCode = 5; //
KilometerSystem kilometerSystem = 6; //
string name = 7;
}
message StationLine {