许鹏程
2023-06-29 69da583c3a1ebb923c5023c5e2b42f094ccb1b53
src/main/java/com/product/print/service/ide/IPrintRealizeService.java
@@ -14,6 +14,13 @@
 */
public interface IPrintRealizeService {
    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;
}