From 5bbf6b97525dd92c81fe91447953e7819f8a4e18 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 17 八月 2026 16:49:46 +0800
Subject: [PATCH] 上级账户可以将下属账户添加的团队成员退出团队

---
 yudao-module-mes/pom.xml |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/yudao-module-mes/pom.xml b/yudao-module-mes/pom.xml
index ac82f3e..8cf5b36 100644
--- a/yudao-module-mes/pom.xml
+++ b/yudao-module-mes/pom.xml
@@ -24,6 +24,13 @@
             <version>${revision}</version>
         </dependency>
 
+        <!-- MES 鍒堕�犳墽琛� API -->
+        <dependency>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-module-mes-api</artifactId>
+            <version>${revision}</version>
+        </dependency>
+
         <!-- MDM 涓绘暟鎹鐞� API -->
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
@@ -31,10 +38,10 @@
             <version>${revision}</version>
         </dependency>
 
-        <!-- WMS 浠撳偍鐗╂祦 API -->
+        <!-- CRM 瀹㈡埛绠$悊 API -->
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-module-wms-api</artifactId>
+            <artifactId>yudao-module-crm-api</artifactId>
             <version>${revision}</version>
         </dependency>
 
@@ -52,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