fuliqi
2024-09-30 b5df1cee65f3e9dcf554efcd3f1642a8c79d1e76
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;
}