Pu Zhibing
2025-02-28 173428adf09179860a3cb1a88f46378fd98473b2
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;
}