教育训练处考试制证系统后端
kongzy
2024-10-16 5eb29a5eab52a99c22e8fee4c4df34ddb55b044c
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);
}