maven
4 天以前 81f7d381c300f6b0a22c00f98517b2619d0094f4
src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -97,4 +97,6 @@
    IPage<PaymentRegistrationDto> paymentHistoryListPage(Page page, PaymentRegistrationDto paymentRegistrationDto);
    Boolean delete(Long[] ids);
    int delPaymentRegistration(Long ids);
}