From e9804dd24b80e7f2423dc2559e70475215c62fd5 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 20 Jul 2023 11:10:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E7=AB=99=E5=90=8D=E5=AD=97--=E7=AB=99?= =?UTF-8?q?=E5=8F=B0=E4=B8=8A=E4=B8=8B=E8=A1=8C=E5=92=8C=E5=85=B3=E8=81=94?= =?UTF-8?q?=E8=BD=A6=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index a770aa4..a77af79 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -105,6 +105,8 @@ message Platform { string code = 2; bool hasdoor = 3; // 是否有屏蔽门 string direction = 4; // 行驶方向--屏蔽门上下 + string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 + string refStation=6; //关联的车站 } message Station { @@ -112,8 +114,9 @@ message Station { string code = 2; bool hasControl = 3; // 是否有控制 bool concentrationStations = 4; //是否集中站 - // string kilometerCode = 5; //公里标 + // string kilometerCode = 5; //公里标 KilometerSystem kilometerSystem = 6; //公里标 + string name = 7; } message StationLine {