From dab95bea5b0ba34a369ac9c2b66e88285022a0fc Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 21 Dec 2023 10:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=85=B3=E8=81=94=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index bd9055d..5332ccd 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -112,7 +112,7 @@ message Platform { string oldrefSectionId = 8; //关联的物理区段id uint32 refStation = 9; // 关联的车站id uint32 refSectionId = 10; // 关联的物理区段id - repeated uint32 centralizedStations = 11; // 集中站Id列表 + uint32 centralizedStationId = 11; // 集中站Id } message Station { @@ -177,7 +177,7 @@ message Turnout { RelatedRef pcRef = 11; // 道岔C端关联的设备 // KilometerSystem kilometerSystem = 12; // 道岔公里标 repeated KilometerSystem kilometerSystem = 13; // 道岔公里标 - repeated uint32 centralizedStations = 14; // 集中站Id列表 + uint32 centralizedStationId = 14; // 集中站Id } message KilometerSystem { @@ -193,7 +193,7 @@ message Signal { // string coordinateSystem = 5; KilometerSystem kilometerSystem = 6; RelatedRef refDevice = 7; // 关联设备(区段/道岔) - repeated uint32 centralizedStations = 8; // 集中站Id列表 + uint32 centralizedStationId = 8; // 集中站Id } message RunLine { @@ -231,7 +231,7 @@ message Section { string destinationCode = 9; // 目的地码 bool turning = 10; //是否转换轨 repeated uint32 children = 11; - repeated uint32 centralizedStations = 12; // 集中站Id列表 + uint32 centralizedStationId = 12; // 集中站Id } /** 逻辑区段 */