1.机台配置添加字段,2.修改排单相关接口表逻辑

This commit is contained in:
yangsb
2024-03-18 17:12:14 +08:00
parent 461e9cbf61
commit 2413b705a7
15 changed files with 192 additions and 101 deletions
@@ -516,6 +516,18 @@ public class CuttingSettingDO extends ESDocument {
@Schema(description = "ManualSortingCornerWidth")
private Integer manualSortingCornerWidth;
@Schema(description = "矩形板件R角开料 默认否")
private Boolean rectanglR;
@Schema(description = "圆弧加工使用IJ指令 默认否,使用R指令")
private Boolean arcUseIJ;
@Schema(description = "圆弧方向反转 默认否 顺时针G2/逆时针G3")
private Boolean arcInversion;
@Schema(description = "圆弧转多段线长度 默认0 不转")
private Boolean arcTurnLength;
@Schema( description ="样式-BoardBorder")
private Integer styleBoardBorder;
@@ -522,6 +522,18 @@ public class CuttingTemplateMachineDO extends ESDocument {
@Schema(description = "ManualSortingCornerWidth")
private Integer manualSortingCornerWidth;
@Schema(description = "矩形板件R角开料 默认否")
private Boolean rectanglR;
@Schema(description = "圆弧加工使用IJ指令 默认否,使用R指令")
private Boolean arcUseIJ;
@Schema(description = "圆弧方向反转 默认否 顺时针G2/逆时针G3")
private Boolean arcInversion;
@Schema(description = "圆弧转多段线长度 默认0 不转")
private Boolean arcTurnLength;
@NoArgsConstructor
@Data
public static class KnifeListBean {