src/main/java/com/ruoyi/basic/service/CustomerFollowUpService.java
@@ -5,6 +5,7 @@ import com.ruoyi.basic.pojo.CustomerFollowUp; import com.ruoyi.basic.dto.CustomerFollowUpFileDto; import com.ruoyi.basic.pojo.CustomerFollowUpFile; import com.ruoyi.basic.vo.CustomerFollowUpExportVo; import org.springframework.web.multipart.MultipartFile; import java.util.Collection; @@ -59,4 +60,9 @@ * 获取跟进详情 */ CustomerFollowUpDto getFollowUpWithFiles(Integer id); /** * 查询洽谈进度导出数据 */ List<CustomerFollowUpExportVo> selectFollowUpExportList(String customerName, String customerType); }