From ed8634ea3e21136f693d361f5801e4b0f6802c60 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 20 Jul 2023 15:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=BA=BF=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=99=9A=E7=BA=BF=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 6fce03d..24f47f6 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -189,6 +189,7 @@ message RunLine { repeated string containSta = 8; repeated string linkPathLines = 9; string lineId = 10; + repeated int32 dashPointIndexs = 11; // 虚线段点序号 } /** 物理区段 */