mirror of https://gitee.com/stylefeng/roses
【7.0.2】【system】更新dto属性
parent
0fc05732fc
commit
60231c03f6
|
@ -118,4 +118,9 @@ public class SysUserDTO {
|
||||||
*/
|
*/
|
||||||
private List<Long> grantRoleIdList;
|
private List<Long> grantRoleIdList;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否是超级管理员,超级管理员可以拥有所有权限(Y-是,N-否)
|
||||||
|
*/
|
||||||
|
private String superAdminFlag;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue