zhang-content/src/main/java/com/ruoyi/service/DownLoadFileService.java
@@ -10,5 +10,5 @@ * @Date 2023-03-19 17:32 */ public interface DownLoadFileService { AjaxResult downLoadFile(String path, HttpServletResponse response); void downLoadFile(String path, HttpServletResponse response); }