liyong
2026-04-29 844cae1a3be7bd2fbf8803a7ee33b0622208de05
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);
}