From 429866e3d0a2eee95916407b2e1dfa7de6f407ea Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 26 八月 2026 17:18:47 +0800
Subject: [PATCH] feat(erp): 采购来票登记过滤已开完票订单
---
yudao-module-erp/pom.xml | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/yudao-module-erp/pom.xml b/yudao-module-erp/pom.xml
index ec7a802..12adb08 100644
--- a/yudao-module-erp/pom.xml
+++ b/yudao-module-erp/pom.xml
@@ -45,10 +45,31 @@
<version>${revision}</version>
</dependency>
+ <!-- SRM 渚涘簲鍟嗗叧绯荤鐞� API -->
+ <dependency>
+ <groupId>cn.iocoder.boot</groupId>
+ <artifactId>yudao-module-srm-api</artifactId>
+ <version>${revision}</version>
+ </dependency>
+
<!-- MDM 涓绘暟鎹鐞� API -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-mdm-api</artifactId>
+ <version>${revision}</version>
+ </dependency>
+
+ <!-- MES 鍒堕�犳墽琛岀郴缁� API -->
+ <dependency>
+ <groupId>cn.iocoder.boot</groupId>
+ <artifactId>yudao-module-mes-api</artifactId>
+ <version>${revision}</version>
+ </dependency>
+
+ <!-- AI 澶фā鍨� API -->
+ <dependency>
+ <groupId>cn.iocoder.boot</groupId>
+ <artifactId>yudao-module-ai-api</artifactId>
<version>${revision}</version>
</dependency>
@@ -88,6 +109,13 @@
<artifactId>yudao-spring-boot-starter-test</artifactId>
</dependency>
+ <!-- PDF 瑙f瀽 -->
+ <dependency>
+ <groupId>org.apache.pdfbox</groupId>
+ <artifactId>pdfbox</artifactId>
+ <version>3.0.4</version>
+ </dependency>
+
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.3