From 758aa723a299465ddc299f89ba6f0684379cdbfa Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 08 十一月 2023 17:47:16 +0800
Subject: [PATCH] 主数据字典接口-主数据属性码段(未完成)
---
Source/UBCS/ubcs-ops-api/pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS/ubcs-ops-api/pom.xml b/Source/UBCS/ubcs-ops-api/pom.xml
index 462601a..d4a6b78 100644
--- a/Source/UBCS/ubcs-ops-api/pom.xml
+++ b/Source/UBCS/ubcs-ops-api/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>UBCS</artifactId>
- <groupId>org.springblade</groupId>
+ <groupId>com.vci.ubcs</groupId>
<version>3.0.1.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,6 +18,7 @@
<modules>
<module>ubcs-flow-api</module>
<module>ubcs-resource-api</module>
+ <module>ubcs-log-api</module>
</modules>
<dependencies>
--
Gitblit v1.9.3