From 5852f171f1c18407f8397a6d9e60a1cb8b9e0cb6 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 21 Dec 2023 10:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E6=9C=BA=EF=BC=8C=E9=81=93?= =?UTF-8?q?=E5=B2=94=EF=BC=8C=E5=8C=BA=E6=AE=B5=EF=BC=8C=E7=AB=99=E5=8F=B0?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E5=85=B3=E8=81=94=E9=9B=86=E4=B8=AD=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 574ee22..bd9055d 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -112,6 +112,7 @@ message Platform { string oldrefSectionId = 8; //关联的物理区段id uint32 refStation = 9; // 关联的车站id uint32 refSectionId = 10; // 关联的物理区段id + repeated uint32 centralizedStations = 11; // 集中站Id列表 } message Station { @@ -176,6 +177,7 @@ message Turnout { RelatedRef pcRef = 11; // 道岔C端关联的设备 // KilometerSystem kilometerSystem = 12; // 道岔公里标 repeated KilometerSystem kilometerSystem = 13; // 道岔公里标 + repeated uint32 centralizedStations = 14; // 集中站Id列表 } message KilometerSystem { @@ -191,6 +193,7 @@ message Signal { // string coordinateSystem = 5; KilometerSystem kilometerSystem = 6; RelatedRef refDevice = 7; // 关联设备(区段/道岔) + repeated uint32 centralizedStations = 8; // 集中站Id列表 } message RunLine { @@ -228,6 +231,7 @@ message Section { string destinationCode = 9; // 目的地码 bool turning = 10; //是否转换轨 repeated uint32 children = 11; + repeated uint32 centralizedStations = 12; // 集中站Id列表 } /** 逻辑区段 */