huangzhen
2023-09-13 f210a7a25559d4452ccc4da2c49a51834e2472f1
ruoyi-file/src/main/java/com/ruoyi/file/service/AttachmentService.java
@@ -26,6 +26,8 @@
    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);