Commit 86f5e05b authored by macro's avatar macro
Browse files

Update UmsAdminService.java

parent 253d210f
...@@ -66,7 +66,7 @@ public interface UmsAdminService { ...@@ -66,7 +66,7 @@ public interface UmsAdminService {
int updateRole(Long adminId, List<Long> roleIds); int updateRole(Long adminId, List<Long> roleIds);
/** /**
* 获取用户对角色 * 获取用户对角色
*/ */
List<UmsRole> getRoleList(Long adminId); List<UmsRole> getRoleList(Long adminId);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment