From 718c4cc47ad2e19f1d15ee81e98d8bf2fae84ba3 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期日, 28 一月 2024 15:40:22 +0800
Subject: [PATCH] 业务类型对象修改

---
 Source/UBCS/ubcs-service/ubcs-system/pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS/ubcs-service/ubcs-system/pom.xml b/Source/UBCS/ubcs-service/ubcs-system/pom.xml
index 16e06e5..b91d2f6 100644
--- a/Source/UBCS/ubcs-service/ubcs-system/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-system/pom.xml
@@ -55,6 +55,12 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>com.vci.ubcs</groupId>
+            <artifactId>ubcs-code-api</artifactId>
+            <version>3.0.1.RELEASE</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.10.0