📖 CRM:code review 数据权限的实现

This commit is contained in:
YunaiV
2023-12-09 10:50:47 +08:00
parent 8f578a9a82
commit 23df8633f4
25 changed files with 128 additions and 139 deletions

View File

@ -22,7 +22,6 @@ public interface AdminUserApi {
*/
AdminUserRespDTO getUser(Long id);
// TODO @puhui999这里返回 List<AdminUserRespDTO> 方法名可以改成 getUserListBySubordinate
/**
* 通过用户 ID 查询用户下属
*