mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 23:45:08 +08:00
新增:CRM 商业智能,合同金额排行榜和回款金额排行榜
This commit is contained in:
@ -50,4 +50,12 @@ public interface DeptApi {
|
||||
return CollectionUtils.convertMap(list, DeptRespDTO::getId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获得指定部门的所有子部门
|
||||
*
|
||||
* @param id 部门编号
|
||||
* @return 子部门列表
|
||||
*/
|
||||
List<DeptRespDTO> getChildDeptList(Long id);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user