教育训练处考试制证系统后端
huangzhen
2023-09-28 cc98f525cbc17d4acdc095b50d382dbaf95c0b68
ruoyi-file/src/main/java/com/ruoyi/file/service/AttachmentService.java
@@ -31,4 +31,6 @@
    void downloadForStream(HttpServletResponse response, String key);
    void downloadById(HttpServletResponse response, HttpServletRequest request, Long id);
    void updateBatchById(List<AttachmentInfo> attachmentInfo);
}