src/main/java/com/product/print/service/ide/IPrintRealizeService.java
@@ -14,8 +14,13 @@ */ public interface IPrintRealizeService { void printWord(FieldSetEntity fse, HttpServletResponse response) throws BaseException; void print(FieldSetEntity fse, HttpServletResponse response) throws BaseException; /** * 打印 * @param fse 打印数据 * @param response 响应 * @param isConvertPdf 是否转换为pdf * @throws BaseException */ void print(FieldSetEntity fse, HttpServletResponse response,boolean isConvertPdf) throws BaseException; }