fuliqi
2025-02-10 db75b45e9a7ce347162b8d3a36e4a7f46cfe199e
ycl-pojo/src/main/java/com/ycl/platform/domain/query/DashboardQuery.java
@@ -2,6 +2,8 @@
import lombok.Data;
import java.util.Date;
/**
 * @author gonghl
 * @since 2024/8/6 下午 3:01
@@ -10,7 +12,7 @@
public class DashboardQuery {
    /**
     * 数据权限:1省厅,2市局,3其他
     * 数据权限:1省厅,2市局,3公安部数据
     */
    private Integer dataScope;
@@ -19,4 +21,6 @@
     */
    private Integer deptId;
    private String startTime;
    private String endTime;
}