From 80da77d96adf4acbf25ea5c8614ae485bc02da2d Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 07 十二月 2023 15:48:18 +0800 Subject: [PATCH] 下载历史数据导入模板带上码段宽度 --- Source/UBCS/ubcs-service/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service/pom.xml b/Source/UBCS/ubcs-service/pom.xml index 5fed78c..3da8a0c 100644 --- a/Source/UBCS/ubcs-service/pom.xml +++ b/Source/UBCS/ubcs-service/pom.xml @@ -24,6 +24,7 @@ <module>ubcs-code</module> <module>ubcs-omd</module> <module>ubcs-ddl</module> + <module>ubcs-applyjtcodeservice</module> </modules> <dependencies> @@ -54,6 +55,12 @@ <artifactId>ubcs-scope-api</artifactId> <version>3.0.1.RELEASE</version> </dependency> + <!--杈炬ⅵ鏁版嵁搴撻┍鍔�--> + <dependency> + <groupId>com.dameng</groupId> + <artifactId>DmJdbcDriver18</artifactId> + <optional>true</optional> + </dependency> </dependencies> </project> -- Gitblit v1.9.3