chenrui
7 天以前 862028f5d3433aecec6bf0cfd8bd015dc722b9df
src/main/java/com/ruoyi/sales/service/ReceiptPaymentService.java
@@ -66,4 +66,9 @@
    InvoiceLedgerDto invoiceInfo(Integer id);
    Map<String,BigDecimal> getAmountMouth();
    /**
     * 查询回款记录
     */
    List<ReceiptPaymentDto> receiptPaymentHistoryList(ReceiptPaymentDto receiptPaymentDto);
}