ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java
@@ -1,6 +1,8 @@ package com.ycl.platform.domain.query; import com.ycl.platform.base.AbsQuery; import java.util.Date; import java.util.List; import org.springframework.lang.NonNull; import jakarta.validation.constraints.NotBlank; @@ -19,5 +21,12 @@ @Accessors(chain = true) @ApiModel(value = "Report查询", description = "报备查询") public class ReportQuery extends AbsQuery { private String reportType; private Date beginCreateTime; private Date endCreateTime; }