From 81363b68ea2d12fa66c74c103b82dbc921a85889 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 21 Jul 2023 10:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {