增加车站名
This commit is contained in:
parent
8e5d8faf7b
commit
0a7a459560
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user