2.0.1 版本发布准备

This commit is contained in:
YunaiV
2024-02-17 23:26:50 +08:00
parent 169c1e4907
commit 3b2200ad80
2 changed files with 6 additions and 6 deletions

View File

@ -26,10 +26,10 @@ public interface AdminUserApi {
/**
* 通过用户 ID 查询用户下属
*
* @param userId 用户编号
* @param id 用户编号
* @return 用户下属用户列表
*/
List<AdminUserRespDTO> getUserListBySubordinate(Long userId);
List<AdminUserRespDTO> getUserListBySubordinate(Long id);
/**
* 通过用户 ID 查询用户们