Pu Zhibing
2025-03-21 046b7c8c7a1307be3d0693ef66e4fbac1e8d24a9
guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/vo/TaskRecordList.java
@@ -31,6 +31,8 @@
   private Integer normalNum;
   @ApiModelProperty("异常数量")
   private Integer abnormalNum;
   @ApiModelProperty("进度百分比")
   private Double schedule;
   @ApiModelProperty("人工审核状态(0=未审核,1=已审核)")
   private Integer authStatus;
}