gongchunyi
3 天以前 f0be60fb93e662bf6b8147b9f5f9c5a9b3e0e8b9
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);
    /**
     * 修改付款登记
@@ -97,4 +97,10 @@
    IPage<PaymentRegistrationDto> paymentHistoryListPage(Page page, PaymentRegistrationDto paymentRegistrationDto);
    Boolean delete(Long[] ids);
    int delPaymentRegistration(List<Long> ids);
    IPage<PaymentRegistrationDto> supplierNameListPage(Page page, PaymentLedgerDto paymentLedgerDto);
    List<PaymentRegistrationDto> supplierNameListPageDetails(PaymentLedgerDto paymentLedgerDto);
}