maven
3 天以前 df6759f4e5a6f3549108a9f44435a016fd1bf41b
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;
}