diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 1e5bb4d..1ae8222 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -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 {