许鹏程
2023-08-08 a2cfd417f673603633c6d46713d320bb1501f88c
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;
}