diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index cea4d1f..24e635c 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -360,7 +360,7 @@ message CalculateLink { RelatedRef aRelatedRef = 4; // A端(最小端)关联的端点 RelatedRef bRelatedRef = 5; // B端(最大端)关联的端点 repeated DevicePosition devicePositions = 6; //设备在link上的位置 - + int32 linkId = 7; //link唯一标识 message DevicePosition { int32 offset = 1; string deviceId = 2;