123
whywhyo
2023-05-23 da0fc141aa253870200c38e4b48c49a1ce7e1166
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);
}