liding
2025-12-03 48bfcb11f48a0be3b7d9e3fe52d220bb17763c3a
src/main/java/com/ruoyi/staff/service/IStaffJoinLeaveRecordService.java
@@ -23,4 +23,6 @@
    int delStaffJoinLeaveRecord(List<Integer> ids);
    int updateStaffJoinLeaveRecord(StaffJoinLeaveRecord staffJoinLeaveRecord);
    Boolean importData(MultipartFile file) throws Exception;
}