"src/main/git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "5168a11b1e371c659f85c10e4e40e38019bf080b"
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