ソースを参照

更改用户信息接口

tuonina 5 年 前
コミット
d239f44b00

+ 3 - 3
tuon-core/src/main/java/cn/tonyandmoney/tuon/core/user/IUser.java

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