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