server/src/main/java/com/doumee/dao/system/model/SystemJobSnippet.java
@@ -11,7 +11,7 @@ /** * 定时任务片段 * @author Eva.Caesar Liu * @author dm * @since 2025/03/31 16:44 */ @Data @@ -63,7 +63,7 @@ private String allowServerIps; @ApiModelProperty(value = "分片状态(0准备,1运行中,2已完成)", example = "1") private Byte status; private Integer status; @ApiModelProperty(value = "锁编号", example = "1") private Integer lockNumber;