中扬CRM客户关系管理系统
LSH
2023-07-21 4fa875426ce38ccb42af65bffdd2e6d393a63ce8
src/main/java/com/zy/crm/manager/service/CstmrService.java
@@ -12,4 +12,8 @@
    Page<Cstmr> getPage(Page<Cstmr> page, Long hostId, String deptId, Long userId, String condition);
    int updateDeptIdByUserId(Long userId, Long deptId);
    Cstmr selectByName(Long hostId, String name);
}