liyong
2026-05-22 9fcff4b02fcbb777fc68b1b721d20db96ef10205
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);
}