教育训练处考试制证系统后端
huangzhen
2023-09-14 871a65ff4b012ec52d585696b45d76e15833d4a9
ruoyi-file/src/main/java/com/ruoyi/file/service/AttachmentService.java
@@ -32,5 +32,5 @@
    void downloadById(HttpServletResponse response, HttpServletRequest request, Long id);
    void saveBatch(List<AttachmentInfo> attachmentInfo);
    void updateBatchById(List<AttachmentInfo> attachmentInfo);
}