Merge branch 'master-jdk21' of https://gitee.com/zhijiantianya/ruoyi-vue-pro
This commit is contained in:
@@ -26,10 +26,10 @@ public interface AdminUserApi {
|
||||
/**
|
||||
* 通过用户 ID 查询用户下属
|
||||
*
|
||||
* @param userId 用户编号
|
||||
* @param id 用户编号
|
||||
* @return 用户下属用户列表
|
||||
*/
|
||||
List<AdminUserRespDTO> getUserListBySubordinate(Long userId);
|
||||
List<AdminUserRespDTO> getUserListBySubordinate(Long id);
|
||||
|
||||
/**
|
||||
* 通过用户 ID 查询用户们
|
||||
|
Reference in New Issue
Block a user