huliguo
2025-05-29 bddd4e90123c580863f713798117504632a54c8e
guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/vo/TaskRecordListVo.java
@@ -24,6 +24,8 @@
   private Integer type;
   @ApiModelProperty("任务名称")
   private String name;
   @ApiModelProperty("系统审核(1=未执行,2=正常,3=异常)")
   private Integer  sysStatus;
   @ApiModelProperty("任务执行时间段-开始")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private LocalDateTime startTime;