buhuazhen
10 天以前 09b817d9043b694eb8a8f217f476f73e21034585
src/main/java/com/ruoyi/production/service/ProductionPrintOrderService.java
@@ -30,4 +30,11 @@
    List<ProductionPrintOrder> getListByOrders(@Nullable List<Long> orderIds);
    /**
     * 生成导出excel 印刷单模版
     * @param orderId 订单id
     */
    byte[] exportPrintExcelByWordId(@Nullable Long orderId);
}