liyong
16 小时以前 80c45ea7934443bea5355bc6bace96ec23a58600
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);
}