中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-22 99b62c6b4849c0d9d3c31e135e56994199fb793c
src/main/java/com/zy/crm/system/service/DeptService.java
@@ -5,6 +5,8 @@
public interface DeptService extends IService<Dept> {
    Dept getTop(Long hostId);
    int getMemberCount(Long deptId);
}