fuliqi
2024-08-09 2a0a87b0cc877ecc6fc2ffcff26ff0cbf26ff2ef
ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java
@@ -24,9 +24,20 @@
    private String reportType;
    private Date beginCreateTime;
//    private Date beginCreateTime;
//
//    private Date endCreateTime;
    private Date endCreateTime;
    private String pointId;
    private String peopleId;
    private List<Integer> pointIdList;
    private List<Integer> peopleIdList;
    @ApiModelProperty("状态")
    private Integer status;
}