修改L2后端

This commit is contained in:
2025-11-28 11:16:51 +08:00
parent e38b1dbbfb
commit e0d7fa743b

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
@Builder @Builder
public class ExitCoilInfoDTO implements Serializable { public class ExitCoilInfoDTO implements Serializable {
private Long planId; private String planId;
private double startPos; private double startPos;
private double endPos; private double endPos;
private double exitCutLength; private double exitCutLength;