车站去掉车站名简写、信号机去掉所属车站
This commit is contained in:
parent
422d22b8d8
commit
3578704df6
@ -164,7 +164,7 @@ message Station {
|
||||
// int32 index = 7;
|
||||
string refIbpMapCode = 8; // 关联IBP地图Code
|
||||
string stationName = 9; //车站名
|
||||
string stationNameAcronym = 10; // 车站名缩写
|
||||
//string stationNameAcronym = 10; // 车站名缩写
|
||||
bool depots = 11; //是否车辆段
|
||||
repeated string manageStations = 12; // 如果是集中站——管理的车站-id
|
||||
}
|
||||
@ -271,7 +271,7 @@ message Signal {
|
||||
}
|
||||
// 信号机模型类型
|
||||
Model mt = 10;
|
||||
string belongStation = 11; // 所属车站(缩写)
|
||||
//string belongStation = 11; // 所属车站(缩写)
|
||||
}
|
||||
|
||||
/** 物理区段(包含岔区和非岔区) */
|
||||
|
Loading…
Reference in New Issue
Block a user