feat: 新增数据权限字段

This commit is contained in:
haoxr
2022-12-13 00:32:37 +08:00
parent ae0ff21be6
commit 78c69b2db3

View File

@@ -30,4 +30,6 @@ public class UserAuthInfo {
private Set<String> perms; private Set<String> perms;
private Integer dataScope;
} }