车站增加车辆段和站名简写
This commit is contained in:
parent
dba7ea4f29
commit
7aa3851130
@ -163,6 +163,8 @@ message Station {
|
||||
int32 index = 7;
|
||||
string refIbpMapCode = 8; // 关联IBP地图Code
|
||||
string stationName = 9; //车站名
|
||||
string stationNameAcronym = 10; // 车站名缩写
|
||||
bool depots = 11; //是否车辆段
|
||||
}
|
||||
|
||||
message TrainWindow {
|
||||
@ -554,4 +556,4 @@ message Train {
|
||||
int32 minDiameter = 4; // 车轮的最小直径
|
||||
int32 maxDiameter = 5; // 车轮的最大直径
|
||||
string trainSets = 6; // 编组
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user