whywhyo
2023-07-11 2322a5e61aef24a39e948c66e1fc554c8fcac570
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);
}