diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index b285076..7061cf3 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -133,6 +133,7 @@ message ConcentrationDividingLine { string refLeftStationId = 4;//左边关联的集中站id string refRightStationId = 5;//右边关联的集中站id repeated NodeConWithSec nodeConWithSecs = 6;// 集中区分割线与区段的交点 + bool isOtherLineConcentrationDividingLine = 7;//集中区分割线绘制在其它线的边界处 } message NodeConWithSec {