龚焕茏
2024-07-31 9b10f135f3015c2175e54870d783fea9b8d8dea1
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;
}