mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
✨ 2.0.1 版本发布准备
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