From c5bce61891af2d9f43f7e8615fa31cd54a2c8cba Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期二, 18 八月 2026 10:29:31 +0800
Subject: [PATCH] feat(system): add get user list by role code endpoint

---
 yudao-server/pom.xml |   31 ++++++++++++++++++++++++++-----
 1 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml
index 265ab5a..7302f33 100644
--- a/yudao-server/pom.xml
+++ b/yudao-server/pom.xml
@@ -102,11 +102,11 @@
         </dependency>
 
         <!-- AI 澶фā鍨嬬浉鍏虫ā鍧椼�傞粯璁ゆ敞閲婏紝淇濊瘉缂栬瘧閫熷害 -->
-<!--        <dependency>-->
-<!--            <groupId>cn.iocoder.boot</groupId>-->
-<!--            <artifactId>yudao-module-ai</artifactId>-->
-<!--            <version>${revision}</version>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-module-ai</artifactId>
+            <version>${revision}</version>
+        </dependency>
 
         <!-- IoT 鐗╄仈缃戠浉鍏虫ā鍧椼�傞粯璁ゆ敞閲婏紝淇濊瘉缂栬瘧閫熷害 -->
 <!--        <dependency>-->
@@ -143,6 +143,27 @@
             <version>${revision}</version>
         </dependency>
 
+        <!-- SRM 渚涘簲鍟嗗叧绯荤鐞嗘ā鍧� -->
+        <dependency>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-module-srm</artifactId>
+            <version>${revision}</version>
+        </dependency>
+
+        <!-- 鍞悗宸ュ崟绠$悊妯″潡 -->
+        <dependency>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-module-aftersales</artifactId>
+            <version>${revision}</version>
+        </dependency>
+
+        <!-- BI 鍐崇瓥澶у睆妯″潡 -->
+        <dependency>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-module-bi</artifactId>
+            <version>${revision}</version>
+        </dependency>
+
         <!-- spring boot 閰嶇疆鎵�闇�渚濊禆 -->
         <dependency>
             <groupId>org.springframework.boot</groupId>

--
Gitblit v1.9.3