车站去掉车站名简写、信号机去掉所属车站

This commit is contained in:
joylink_zhaoerwei 2023-11-23 17:17:17 +08:00
parent 422d22b8d8
commit 3578704df6

View File

@ -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; // ()
}
/** 物理区段(包含岔区和非岔区) */