教育训练处考试制证系统后端
zhangf
2024-09-11 1a316551c8e46b793904090cfa84781bf77fef2a
ruoyi-file/src/main/java/com/ruoyi/file/service/AttachmentService.java
@@ -26,7 +26,11 @@
    Object saveBatchFileToPath(MultipartFile[] file, String module);
    Object saveBatchFileToPath(MultipartFile[] file, String module,Long businessId);
    void downloadForStream(HttpServletResponse response, String key);
    void downloadById(HttpServletResponse response, HttpServletRequest request, Long id);
    void updateBatchById(List<AttachmentInfo> attachmentInfo);
}