update
This commit is contained in:
@@ -61,6 +61,10 @@ public class CheckReportEntity implements Serializable {
|
||||
*/
|
||||
private String checkBatch;
|
||||
|
||||
private String checkReportType;
|
||||
|
||||
private Integer checkTimeConsuming;
|
||||
|
||||
/**
|
||||
* 规则名称
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user