From 0a58cc63271b55a9904e9159442a087ef3784df6 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 12 Oct 2023 10:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=85=B3=E8=81=94=E5=85=B3?= =?UTF-8?q?=E7=B3=BB=E5=A2=9E=E5=8A=A0=E7=B1=BB=E5=9E=8B?= 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 df10b91..a69a021 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -123,7 +123,7 @@ message Platform { int32 index = 5; //索引 //int32 refStationIndex = 6; //关联车站索引 // repeated string centralizedStations = 7; // 集中站列表 - string refStation = 8; //关联的车站 + repeated RelatedRef platformRef = 8; //站台关联的车站和物理区段 } message ScreenDoor { @@ -255,6 +255,8 @@ message RelatedRef { AxleCounting = 3; SectionLink = 4; signal = 5; + station = 6; + ScreenDoor = 7; } enum DevicePort {