Update UmsAdminService.java

This commit is contained in:
macro 2021-02-28 16:20:30 +08:00
parent 253d210fcf
commit 86f5e05bff

View File

@ -66,7 +66,7 @@ public interface UmsAdminService {
int updateRole(Long adminId, List<Long> roleIds);
/**
* 获取用户对角色
* 获取用户对角色
*/
List<UmsRole> getRoleList(Long adminId);