From 4da34a9f82571007296dfecab9d06cd8da42d9d8 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期六, 09 五月 2026 10:59:03 +0800
Subject: [PATCH] feat(production): 添加生产订单导出功能

---
 pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index b645d4c..e840acd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,6 +157,10 @@
             <groupId>dev.langchain4j</groupId>
             <artifactId>langchain4j-open-ai-spring-boot-starter</artifactId>
         </dependency>
+        <dependency>
+            <groupId>dev.langchain4j</groupId>
+            <artifactId>langchain4j-reactor</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>dev.langchain4j</groupId>

--
Gitblit v1.9.3