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; }