中扬CRM客户关系管理系统
LSH
2023-10-09 3ac5ee0ef5f6b1ca9537786c4c98556892a2fe4c
src/main/java/com/zy/crm/system/service/RoleService.java
@@ -10,4 +10,6 @@
    List<User> getUserByRoleCode(Long hostId, Long deptId, Long userId);
    Boolean judgeLeader(Long roleId);
}