From cb7cdfa30036f1ed8d893e48209dcd27265b3e54 Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期四, 04 九月 2025 16:08:38 +0800 Subject: [PATCH] 考勤管理-假期、年假、加班、上班接口 --- src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java b/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java index 9001e16..c975099 100644 --- a/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java +++ b/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); } -- Gitblit v1.9.3