This commit is contained in:
Jane
2024-01-02 19:38:11 +08:00
parent fc6d88a783
commit 58df49f91c
22 changed files with 438 additions and 17 deletions

View File

@@ -61,6 +61,10 @@ public class CheckReportEntity implements Serializable {
*/
private String checkBatch;
private String checkReportType;
private Integer checkTimeConsuming;
/**
* 规则名称
*/

View File

@@ -25,6 +25,8 @@ public class CheckReportVo implements Serializable {
private LocalDateTime checkDate;
private String checkResult;
private Integer checkTotalCount;
private String checkReportType;
private String checkTimeConsuming;
private Integer checkErrorCount;
private String ruleName;
private String ruleType;