增加车站名

This commit is contained in:
joylink_zhaoerwei 2023-10-20 10:00:51 +08:00
parent 8e5d8faf7b
commit 0a7a459560

View File

@ -145,13 +145,14 @@ message ScreenDoorGroup {
message Station {
CommonInfo common = 1;
string code = 2;
string code = 2;//
// bool hasControl = 3; //
bool concentrationStations = 4; //
// string kilometerCode = 5; //
KilometerSystem kilometerSystem = 6; //
int32 index = 7;
string refIbpMapCode = 8; // IBP地图Code
string stationName = 9; //
}
message TrainWindow {