maven
2 天以前 a0f1f5629bc1c6338d7d95aa01b31cfd671bd398
src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -98,5 +98,9 @@
    Boolean delete(Long[] ids);
    int delPaymentRegistration(Long ids);
    int delPaymentRegistration(List<Long> ids);
    IPage<PaymentRegistrationDto> supplierNameListPage(Page page, PaymentLedgerDto paymentLedgerDto);
    List<PaymentRegistrationDto> supplierNameListPageDetails(PaymentLedgerDto paymentLedgerDto);
}