chenrui
6 天以前 a303e40b2d843700f2b9045ca105c81dea97d964
src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
@@ -57,4 +57,9 @@
     * @return
     */
    List<CustomerInteractionDto> customerInteractions (ReceiptPaymentDto receiptPaymentDto);
    /**
     * 查询回款记录不分页
     */
    List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage( @Param("params") ReceiptPaymentDto receiptPaymentDto);
}