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