许鹏程
2023-08-16 1486a2ce86eb63d51e5a61a8364df42e7585a8fc
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;
}