huminmin
2026-01-15 3e2fc5361f545d7e2660924b55ea5b702992fca4
src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -41,7 +41,7 @@
     * @param paymentRegistration 付款登记
     * @return 结果
     */
    public int insertPaymentRegistration(PaymentRegistration paymentRegistration);
    public int insertPaymentRegistration(List<PaymentRegistration>  paymentRegistration);
    /**
     * 修改付款登记
@@ -99,4 +99,8 @@
    Boolean delete(Long[] ids);
    int delPaymentRegistration(Long ids);
    IPage<PaymentRegistrationDto> supplierNameListPage(Page page, PaymentLedgerDto paymentLedgerDto);
    List<PaymentRegistrationDto> supplierNameListPageDetails(PaymentLedgerDto paymentLedgerDto);
}