zss
昨天 b8b116f5948d451a751f2018480c417140fd450c
src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -99,4 +99,8 @@
    Boolean delete(Long[] ids);
    int delPaymentRegistration(Long ids);
    IPage<PaymentRegistrationDto> supplierNameListPage(Page page, PaymentLedgerDto paymentLedgerDto);
    List<PaymentRegistrationDto> supplierNameListPageDetails(PaymentLedgerDto paymentLedgerDto);
}