feige
2024-09-04 7c95ab5ea995e0a517216864a95e3d86f29b5c68
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);
}