maven
2 天以前 62e7209401eb4732d9f5c64b81036c25b27710b3
src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -95,4 +95,8 @@
     * @return 付款登记集合
     */
    IPage<PaymentRegistrationDto> paymentHistoryListPage(Page page, PaymentRegistrationDto paymentRegistrationDto);
    Boolean delete(Long[] ids);
    int delPaymentRegistration(Long ids);
}