src/main/java/com/ruoyi/sales/service/ReceiptPaymentService.java
@@ -85,4 +85,9 @@ * @return */ List<CustomerInteractionDto> customerInteractions (ReceiptPaymentDto receiptPaymentDto); /** * 查询回款记录分页 */ List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage(ReceiptPaymentDto receiptPaymentDto); }