huminmin
2026-06-04 76c185e8b6af9a700f8812369d0001e90dee0d17
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);
}