diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 1958d92..aa8f044 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -105,8 +105,9 @@ message Platform { string code = 2; bool hasdoor = 3; // 是否有屏蔽门 string direction = 4; // 行驶方向--屏蔽门上下 - string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 + //string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 string refStation=6; //关联的车站 + bool up = 7;//上下行--true表示上行,false表示下行 } message Station {