Update UmsAdminService.java
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user