fuliqi
2024-03-26 1fd9d157364d0e2aa0a6e6cf3326acd8964a894f
ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java
@@ -19,5 +19,8 @@
@Accessors(chain = true)
@ApiModel(value = "Report查询", description = "报备查询")
public class ReportQuery extends AbsQuery {
    private String reportType;
}