package com.ruoyi.service; import com.ruoyi.common.core.domain.AjaxResult; import javax.servlet.http.HttpServletResponse; /** * @Version 1.0 * @Author Jin_quan Ou * @Date 2023-03-19 17:32 */ public interface DownLoadFileService { void downLoadFile(String path, HttpServletResponse response); }