package com.gqy.document.service; import com.gqy.common.core.domain.AjaxResultCQY; /** * excel */ public interface IExportService { /** * 导出HTML内容为Word文档 */ public AjaxResultCQY export(String content); }