From 3be9005f95ebc14639a7e281703dfa9d9b4a7afc Mon Sep 17 00:00:00 2001
From: ageerle <ageerle@163.com>
Date: 星期三, 09 四月 2025 17:41:29 +0800
Subject: [PATCH] feat: 调整知识库模块

---
 ruoyi-modules-api/pom.xml |   35 +++++++++++++++++++++++++++--------
 1 files changed, 27 insertions(+), 8 deletions(-)

diff --git a/ruoyi-modules-api/pom.xml b/ruoyi-modules-api/pom.xml
index 5acc710..fe4d2c2 100644
--- a/ruoyi-modules-api/pom.xml
+++ b/ruoyi-modules-api/pom.xml
@@ -12,9 +12,11 @@
     <artifactId>ruoyi-modules-api</artifactId>
     <packaging>pom</packaging>
     <modules>
-        <module>ruoyi-system-api</module>
         <module>ruoyi-chat-api</module>
+        <module>ruoyi-device-api</module>
         <module>ruoyi-knowledge-api</module>
+        <module>ruoyi-system-api</module>
+        <module>ruoyi-weixin-api</module>
     </modules>
 
     <properties>
@@ -24,13 +26,11 @@
     </properties>
 
     <dependencies>
-
         <!-- 绯荤粺鏍稿績妯″潡 -->
         <dependency>
             <groupId>org.ruoyi</groupId>
             <artifactId>ruoyi-common-core</artifactId>
         </dependency>
-
 
         <!-- mybaits鍩虹妯″潡 -->
         <dependency>
@@ -38,13 +38,11 @@
             <artifactId>ruoyi-common-mybatis</artifactId>
         </dependency>
 
-
         <!-- 鑴辨晱妯″潡 -->
         <dependency>
             <groupId>org.ruoyi</groupId>
             <artifactId>ruoyi-common-sensitive</artifactId>
         </dependency>
-
 
         <!-- excel妯″潡-->
         <dependency>
@@ -52,10 +50,31 @@
             <artifactId>ruoyi-common-excel</artifactId>
         </dependency>
 
+        <!-- 绉熸埛鍩虹妯″潡 -->
+        <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>ruoyi-common-tenant</artifactId>
+        </dependency>
+
+        <!-- 瀛楁缈昏瘧鍩虹妯″潡 -->
+        <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>ruoyi-common-translation</artifactId>
+        </dependency>
+
+        <!-- 绯荤粺鏃ュ織妯″潡 -->
+        <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>ruoyi-common-log</artifactId>
+        </dependency>
+
+        <!-- 瀵硅薄瀛樺偍妯″潡 -->
+        <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>ruoyi-common-oss</artifactId>
+        </dependency>
+
 
     </dependencies>
-
-
-
 
 </project>

--
Gitblit v1.9.3