|
@@ -32,11 +32,11 @@ public interface IUser {
|
|
String getAccount();
|
|
String getAccount();
|
|
|
|
|
|
|
|
|
|
- List<Long> getRoleIds();
|
|
|
|
|
|
+ List<Long> getRoleIdList();
|
|
|
|
|
|
- List<Long> getGroupIds();
|
|
|
|
|
|
+ List<Long> getGroupIdList();
|
|
|
|
|
|
- List<Long> getDeptIds();
|
|
|
|
|
|
+ List<Long> getDeptIdList();
|
|
|
|
|
|
List<IDept> getDepts();
|
|
List<IDept> getDepts();
|
|
|
|
|