【7.0.2】【system】更新dto属性

pull/6/head
fengshuonan 2021-04-02 17:05:41 +08:00
parent 0fc05732fc
commit 60231c03f6
1 changed files with 5 additions and 0 deletions

View File

@ -118,4 +118,9 @@ public class SysUserDTO {
*/
private List<Long> grantRoleIdList;
/**
* Y-N-
*/
private String superAdminFlag;
}