龚焕茏
2024-08-22 1b299b7a0ff1186efc9c62a52a3822d07b07deab
ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java
@@ -24,9 +24,9 @@
    private String reportType;
    private Date beginCreateTime;
    private Date endCreateTime;
//    private Date beginCreateTime;
//
//    private Date endCreateTime;
    private String pointId;
@@ -36,5 +36,8 @@
    private List<Integer> peopleIdList;
    @ApiModelProperty("状态")
    private Integer status;
}