diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 68a6d75..cb8fcae 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -163,6 +163,8 @@ message Station { int32 index = 7; string refIbpMapCode = 8; // 关联IBP地图Code string stationName = 9; //车站名 + string stationNameAcronym = 10; // 车站名缩写 + bool depots = 11; //是否车辆段 } message TrainWindow { @@ -554,4 +556,4 @@ message Train { int32 minDiameter = 4; // 车轮的最小直径 int32 maxDiameter = 5; // 车轮的最大直径 string trainSets = 6; // 编组 -} \ No newline at end of file +}