From 37f8463032c06236bfd098133c31cda51217b00f Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Wed, 09 Oct 2024 23:08:37 +0800
Subject: [PATCH] 数据中心编号处理

---
 cpzidc-admin/pom.xml |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/cpzidc-admin/pom.xml b/cpzidc-admin/pom.xml
index 02fc635..d19bf17 100644
--- a/cpzidc-admin/pom.xml
+++ b/cpzidc-admin/pom.xml
@@ -23,7 +23,11 @@
             <artifactId>spring-boot-devtools</artifactId>
             <optional>true</optional> <!-- 表示依赖不会传递 -->
         </dependency>
-
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
         <!-- swagger3-->
         <dependency>
             <groupId>io.springfox</groupId>
@@ -54,12 +58,27 @@
             <groupId>com.odcc.cpzidc</groupId>
             <artifactId>cpzidc-quartz</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>cn.smallbun.screw</groupId>
+            <artifactId>screw-core</artifactId>
+        </dependency>
         <!-- 代码生成-->
         <dependency>
             <groupId>com.odcc.cpzidc</groupId>
             <artifactId>cpzidc-generator</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-test</artifactId>
+            <version>2.7.6</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.odcc.cpzidc</groupId>
+            <artifactId>cpzidc-bis</artifactId>
+            <version>3.8.8</version>
+            <scope>compile</scope>
+        </dependency>
 
     </dependencies>
 

--
Gitblit v1.9.3