车站名字--站台上下行和关联车站
This commit is contained in:
parent
eb0ad6e430
commit
e9804dd24b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user