From 226023c351e10e7e07cc7c48e1dbde661091b6b5 Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 25 Oct 2023 13:13:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E5=85=88=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= 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 68c1089..60968c2 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -200,6 +200,7 @@ message RunLine { string lineId = 10; repeated int32 dashPointIndexs = 11; // 虚线段点序号 repeated int32 grayPointIndexs = 12; // 虚线段点序号 + string lineColor = 13; } /** 物理区段 */