From 23160cc7465dd76494d4f7b21507665c29e2130b Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 12 Oct 2023 15:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E9=97=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BC=96=E7=BB=84=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 3a2b773..25f4454 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -132,6 +132,13 @@ message ScreenDoor { string code = 2; int32 sonDoorAmount = 3; //子屏蔽门的数量 string refPlatform = 4; //关联的站台 + repeated ScreenDoorGroup screenDoorGroupList = 5;//编组列表 +} + +message ScreenDoorGroup { + int32 trainGroupAmount = 1; //列车编组数量 + int32 startSmallDoor = 2; //起始的屏蔽门编号 + int32 endSmallDoor = 3; //结束的屏蔽门编号 } message Station {