chenrui
2025-06-04 1f05a6ab6fbb2a8e6d702759ef9b52dbb6aeb148
src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -71,4 +71,12 @@
                                                       Integer detailPageSize);
    Map<String, BigDecimal> paymentMonthList();
    /**
     * 查询付款登记列表
     *
     * @param paymentRegistrationDto 付款登记
     * @return 付款登记集合
     */
    public List<PaymentRegistrationDto> paymentHistoryList(PaymentRegistrationDto paymentRegistrationDto);
}