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