src/main/java/com/product/print/service/ide/IPrintRealizeService.java
@@ -14,6 +14,8 @@ */ public interface IPrintRealizeService { void printWord(FieldSetEntity fse, HttpServletResponse response) throws BaseException; void print(FieldSetEntity fse, HttpServletResponse response) throws BaseException; }