Browse Source

更改用户信息接口

tuonina 5 years ago
parent
commit
c14436ccab

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

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