From 2655f16a2f6a977d0e378947d0865b02ec4121e1 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 23 十一月 2023 16:56:50 +0800
Subject: [PATCH] 主数据申请接口变更+统计图表整合
---
Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml b/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
index b129fa1..a95c223 100644
--- a/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
+++ b/Source/UBCS/ubcs-service-api/ubcs-system-api/pom.xml
@@ -23,6 +23,10 @@
<groupId>org.springblade</groupId>
<artifactId>blade-starter-log</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.vci.ubcs</groupId>
+ <artifactId>ubcs-common</artifactId>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.9.3