update
This commit is contained in:
@@ -63,7 +63,7 @@ public class CheckReportEntity implements Serializable {
|
||||
|
||||
private String checkReportType;
|
||||
|
||||
private Integer checkTimeConsuming;
|
||||
private int checkTimeConsuming;
|
||||
|
||||
/**
|
||||
* 规则名称
|
||||
|
||||
@@ -69,4 +69,6 @@ public class ScheduleJobEntity implements Serializable {
|
||||
* 最后完成时间
|
||||
*/
|
||||
private Date afterDate;
|
||||
|
||||
private String remark;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ public class CheckReportVo implements Serializable {
|
||||
private String checkResult;
|
||||
private Integer checkTotalCount;
|
||||
private String checkReportType;
|
||||
private String checkTimeConsuming;
|
||||
private int checkTimeConsuming;
|
||||
private Integer checkErrorCount;
|
||||
private String ruleName;
|
||||
private String ruleType;
|
||||
|
||||
Reference in New Issue
Block a user