车站增加车辆段和站名简写
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user