From eec3d3f6eff222e69479abb5e0bd36f29f883382 Mon Sep 17 00:00:00 2001 From: Yuan Date: Thu, 15 Jun 2023 17:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=93=E5=B2=94=E6=95=B0=E6=8D=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 7c269d5..59658dd 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -135,10 +135,9 @@ message IscsFan { message Turnout { CommonInfo common = 1; string code = 2; - Point pointA = 6; // A端坐标 - Point pointB = 7; // B端坐标 - Point pointC = 8; // C端坐标 - Point labelOffset = 9; //标签偏移量 + repeated Point pointA = 6; // A端坐标列表 + repeated Point pointB = 7; // B端坐标列表 + repeated Point pointC = 8; // C端坐标列表 } message Signal {