maven
22 小时以前 46d9fb995398d114f70fd4d479dd054b956a1e19
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;
}