mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1.机台配置添加字段,2.修改排单相关接口表逻辑
This commit is contained in:
+12
@@ -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;
|
||||
|
||||
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user