fuliqi
2024-10-15 3bf7e93280dfb00e6a1a9cee5a841ba5c5aeb863
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;
 
}