huminmin
2026-06-03 43c075fd360101f6e9e48a1d7e4943949a55c490
src/main/java/com/ruoyi/production/service/ProductionPrintOrderService.java
@@ -35,6 +35,6 @@
     * 生成导出excel 印刷单模版
     * @param orderId 订单id
     */
    void exportPrintExcelByWordId(@Nullable Long orderId);
    byte[] exportPrintExcelByWordId(@Nullable Long orderId);
}