fuliqi
2025-02-20 a1278f8b1edebde8114ca4add0f32d74495a835b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ycl.platform.domain.query;
 
import lombok.Data;
 
/**
 * @author:xp
 * @date:2024/7/31 17:06
 */
@Data
public class ScreenQuery {
 
    /**
     * 数据权限:0:省厅,1市局,2
     */
    private Integer dataScope;
 
}