fuliqi
2024-07-31 6ca5b4d4ddb8ff8c67c0dea6ece5e3dbd136d1fa
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;
}