buhuazhen
2026-05-21 06df28e9434e6b6287aa7aacf42a8a2e00f31454
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);
}