From 493b8982b0a94bf78e9fb416c24ede8414284b35 Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期一, 16 三月 2026 17:17:37 +0800
Subject: [PATCH] 引入saas模块

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

diff --git a/pom.xml b/pom.xml
index 5d72b04..af7b718 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,8 @@
         <!-- <module>product-server-mobile-core</module>-->
         <module>product-server-hr</module>
         <!-- <module>product-server-integration</module>-->
-        
+
+        <module>product-server-saas</module>
     </modules>
     <properties>
         <skipTests>true</skipTests>
@@ -310,6 +311,11 @@
                 <artifactId>product-server-integration</artifactId>
                 <version>${product-module-version}</version>
             </dependency>
+			<dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-saas</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
             <!--瀛愭ā鍧楋細end-->
 
             <!--绗笁鏂逛緷璧栵細start-->

--
Gitblit v1.9.2