From 99c56dc93e175cb9f5ddeada2e8e38a29b7eb014 Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期五, 01 八月 2025 18:29:45 +0800
Subject: [PATCH] 引入contract模块

---
 pom.xml |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c0e5dd..927c700 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
             <dependency>
                 <groupId>com.lx</groupId>
                 <artifactId>product-server-device</artifactId>
-                <version>2.1.0-release</version>
+                <version>2.2.0-release</version>
             </dependency>
             <dependency>
                 <groupId>com.lx</groupId>
@@ -149,6 +149,12 @@
                 <version>2.1.0-release</version>
             </dependency>
 
+
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-system-backup</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
             <dependency>
                 <groupId>com.lx</groupId>
                 <artifactId>product-server-system-backup</artifactId>
@@ -304,10 +310,20 @@
                 <artifactId>product-server-hr</artifactId>
                 <version>${product-module-version}</version>
             </dependency>
+			<dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-project-server-contract</artifactId>
+                <version>2.0.0</version>
+            </dependency>
             <!--瀛愭ā鍧楋細end-->
 
             <!--绗笁鏂逛緷璧栵細start-->
             <dependency>
+                <groupId>khzx-tzsb</groupId>
+                <artifactId>khzx-tzsb-maintenance-api</artifactId>
+                <version>1.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
                 <groupId>e-iceblue</groupId>
                 <artifactId>spire.doc.free</artifactId>
                 <version>5.2.0</version>

--
Gitblit v1.9.2