ycl-pojo/src/main/java/com/ycl/platform/domain/query/DataCenterQuery.java
@@ -44,7 +44,8 @@ private Integer deviceType; /** 下拉框 */ private Integer option; /** 考核状态 */ private Integer examineStatus; public void setTime() { if (Objects.nonNull(this.date)) { this.startTime = DateUtils.getDayStart(this.date); @@ -54,4 +55,13 @@ } } /** * 查询动态列数据id */ private Integer DyId; /** * 查询动态列数据value 用于匹配值 */ private String DyValue; }