From 1d3261ea7eab82282cd827e2ca0ca3e71649dda1 Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Tue, 8 Aug 2023 10:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index ffda4ef..2a35db0 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -357,7 +357,7 @@ message Slope { message Curvature { CommonInfo common = 1; repeated Point points = 2; - sint32 curvatureNumber = 3; //曲度的值--正负代表内外 + sint32 curvatureNumber = 3; //曲线的半径--正代表外侧;负代表内侧 repeated string refDeviceId = 4; // 曲线关联的(曲度公里标) }