From 43b8a965ff49c7721b165d22824cd6521b91ba19 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Tue, 10 Oct 2023 15:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=8F=B0=E5=A2=9E=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E8=81=94=E8=BD=A6=E7=AB=99=E5=92=8C=E5=AD=90=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E9=97=A8=E6=95=B0=E9=87=8F=E5=8F=AF=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 3566feb..e632b52 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -120,8 +120,10 @@ message Platform { bool hasdoor = 3; // 是否有屏蔽门 string direction = 4; // 行驶方向--屏蔽门上下 int32 index = 5; //索引 - int32 refStationIndex = 6; //关联车站索引 + //int32 refStationIndex = 6; //关联车站索引 // repeated string centralizedStations = 7; // 集中站列表 + string refStation = 8; //关联的车站 + int32 sonDoorAmount = 9; //子屏蔽门的数量 } message Station {