From a461d5fc184fd0129a0eb5a5b3e34f67d75cc6a2 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 04 六月 2025 16:51:59 +0800
Subject: [PATCH] 联调基础信息

---
 pom.xml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 777db37..da9aa5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,6 +209,13 @@
                 <artifactId>basic-server</artifactId>
                 <version>${ruoyi.version}</version>
             </dependency>
+
+            <!--涓昏惀涓氬姟-->
+            <dependency>
+                <groupId>com.ruoyi</groupId>
+                <artifactId>main-business</artifactId>
+                <version>${ruoyi.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -217,6 +224,19 @@
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <!-- pom.xml -->
+        <dependency>
+            <groupId>org.mapstruct</groupId>
+            <artifactId>mapstruct</artifactId>
+            <version>1.5.5.Final</version>
+        </dependency>
+        <dependency>
+            <groupId>org.mapstruct</groupId>
+            <artifactId>mapstruct-processor</artifactId>
+            <version>1.5.5.Final</version>
             <scope>provided</scope>
         </dependency>
 
@@ -262,6 +282,7 @@
         <module>ruoyi-quartz</module>
         <module>ruoyi-common</module>
         <module>basic-server</module>
+        <module>main-business</module>
     </modules>
     <packaging>pom</packaging>
 

--
Gitblit v1.9.3