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; // 曲线关联的(曲度公里标) }