feat(REQ-3300): 数据权限支持个人维度数据权限
This commit is contained in:
parent
fe3e8a52ab
commit
f9a34664d0
@ -13,7 +13,7 @@ import java.util.stream.Collectors;
|
|||||||
@Getter
|
@Getter
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public enum RowPermissionEnum {
|
public enum RowPermissionEnum {
|
||||||
SELF_ONLY(1, "本人数据", false, true, true),
|
SELF_ONLY(1, "本人数据", true, true, true),
|
||||||
SELF_SUBORDINATE(2, "下属数据", false, true, true),
|
SELF_SUBORDINATE(2, "下属数据", false, true, true),
|
||||||
DEPARTMENT_ONLY(3, "本部门数据", false, true, true),
|
DEPARTMENT_ONLY(3, "本部门数据", false, true, true),
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user