From 549aa2ec10bffe292a1a68e278ae824a8502db0b Mon Sep 17 00:00:00 2001 From: fan Date: Fri, 30 Jun 2023 16:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 2cd760e..1ffbb38 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -183,8 +183,8 @@ message RunLine { repeated Point points = 3; string nameColor = 4; string nameBgColor = 5; - string upPathLineId = 6; - string downPathLineId = 7; + // string upPathLineId = 6; + // string downPathLineId = 7; repeated string containSta = 8; repeated string linkPathLines = 9; string lineId = 10;