chenhj
10 小时以前 e046347e21a3bb4aa4ae4eb80f54bbfadb652132
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(Long ids);
    IPage<PaymentRegistrationDto> supplierNameListPage(Page page, PaymentLedgerDto paymentLedgerDto);
    List<PaymentRegistrationDto> supplierNameListPageDetails(PaymentLedgerDto paymentLedgerDto);
}