chenrui
4 天以前 8dce4b82eeece943b56182eeebc1c9332625924c
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);
}