feige
2024-01-16 1695c8356c17395139bc806ead0596a929518707
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);
}