From 71b15a5c69dcc421bad71d558e191e12cb7bae3e Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 13 八月 2026 10:18:54 +0800
Subject: [PATCH] 其他模块引用供应商时,限制不能删除,给出提示
---
yudao-module-mes/pom.xml | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/yudao-module-mes/pom.xml b/yudao-module-mes/pom.xml
index dc0e8fe..8cf5b36 100644
--- a/yudao-module-mes/pom.xml
+++ b/yudao-module-mes/pom.xml
@@ -59,6 +59,20 @@
<version>${revision}</version>
</dependency>
+ <!-- SRM 渚涘簲鍟嗗叧绯荤鐞� API -->
+ <dependency>
+ <groupId>cn.iocoder.boot</groupId>
+ <artifactId>yudao-module-srm-api</artifactId>
+ <version>${revision}</version>
+ </dependency>
+
+ <!-- AI 澶фā鍨� API -->
+ <dependency>
+ <groupId>cn.iocoder.boot</groupId>
+ <artifactId>yudao-module-ai-api</artifactId>
+ <version>${revision}</version>
+ </dependency>
+
<!-- 涓氬姟缁勪欢 -->
<!-- Web 鐩稿叧 -->
--
Gitblit v1.9.3