中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-08 217c6cde8324b485e47fdea740aa01669506f550
src/main/java/com/zy/crm/manager/service/CstmrService.java
@@ -10,6 +10,6 @@
    String getUuid(Long hostId);
    Page<Cstmr> getPage(Page page, Long hostId, String deptId, String condition);
    Page<Cstmr> getPage(Page<Cstmr> page, Long hostId, String deptId, Long userId, String condition);
}