From 4bc6459d779256b233084fc9142296e79667a951 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 03 六月 2025 17:25:01 +0800
Subject: [PATCH] 1.主营业务模块添加 2.采购登记

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

diff --git a/pom.xml b/pom.xml
index 777db37..8fabd26 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>
 
@@ -262,6 +269,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