354798ggg
2023-05-17 c022558c4ab5ec68a06aa82f27d61a0d1b544046
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;
}