增加集中站管理的车站

This commit is contained in:
joylink_zhaoerwei 2023-11-17 16:53:35 +08:00
parent f0090348af
commit f33749551c

View File

@ -166,6 +166,7 @@ message Station {
string stationName = 9; //
string stationNameAcronym = 10; //
bool depots = 11; //
repeated string manageStations = 12; // -id
}
message TrainWindow {