中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-15 7af0cafa9282602eac92fdd11eb361d9a47d8ca9
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);
}