maven
7 天以前 749418cd02075520e7c2e8afc7a8450db78c82f8
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;
}