From 53175169cb3bea1a41474e9664dd20836470afeb Mon Sep 17 00:00:00 2001 From: Yuan Date: Tue, 12 Sep 2023 15:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A8=E9=81=93=E5=8C=BA=E6=AE=B5=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=9B=B2=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 0a68384..d269bd9 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -321,6 +321,8 @@ message TrackSection { //轨道区段 string destinationCode = 6; //目的地码 repeated string trackLogicSection = 7; //下属的逻辑区段id(非岔区) // //关联的物理设备id(物理区段/道岔)由另一端(物理区段/道岔处理) + bool isCurve = 8; // 是否曲线 + int32 segmentsCount = 9; // 曲线分段数 } message TrackLogicSection { //轨道逻辑区段