mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
preStartEnabled类型修改
This commit is contained in:
+1
-1
@@ -553,7 +553,7 @@ public class CuttingSettingDO extends ESDocument {
|
|||||||
@Schema(description = "轴停止指令")
|
@Schema(description = "轴停止指令")
|
||||||
private String axisStopInstruction;
|
private String axisStopInstruction;
|
||||||
@Schema(description = "是否预启动")
|
@Schema(description = "是否预启动")
|
||||||
private String preStartEnabled;
|
private Boolean preStartEnabled;
|
||||||
@Schema(description = "高级加工")
|
@Schema(description = "高级加工")
|
||||||
private Boolean advancedProcessingEnabled;
|
private Boolean advancedProcessingEnabled;
|
||||||
@Schema(description = "集合加工")
|
@Schema(description = "集合加工")
|
||||||
|
|||||||
+1
-1
@@ -557,7 +557,7 @@ public class CuttingTemplateMachineDO extends ESDocument {
|
|||||||
@Schema(description = "轴停止指令")
|
@Schema(description = "轴停止指令")
|
||||||
private String axisStopInstruction;
|
private String axisStopInstruction;
|
||||||
@Schema(description = "是否预启动")
|
@Schema(description = "是否预启动")
|
||||||
private String preStartEnabled;
|
private Boolean preStartEnabled;
|
||||||
@Schema(description = "高级加工")
|
@Schema(description = "高级加工")
|
||||||
private Boolean advancedProcessingEnabled;
|
private Boolean advancedProcessingEnabled;
|
||||||
@Schema(description = "集合加工")
|
@Schema(description = "集合加工")
|
||||||
|
|||||||
Reference in New Issue
Block a user