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