From 3860e5be6992552f26e567fe4a073e3efad37ba8 Mon Sep 17 00:00:00 2001
From: ZQN <364596817@qq.com>
Date: 星期二, 23 七月 2024 16:42:51 +0800
Subject: [PATCH] 企业来访添加其他机构

---
 project-admin/pom.xml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/project-admin/pom.xml b/project-admin/pom.xml
index 93162c3..e29e37e 100644
--- a/project-admin/pom.xml
+++ b/project-admin/pom.xml
@@ -67,7 +67,17 @@
             <artifactId>project-approval</artifactId>
         </dependency>
 
+        <!-- 鎵ф硶涓氬姟-->
+        <dependency>
+            <groupId>com.project</groupId>
+            <artifactId>project-enforce</artifactId>
+        </dependency>
 
+        <!-- 缁熻鎶ヨ〃-->
+        <dependency>
+            <groupId>com.project</groupId>
+            <artifactId>project-report</artifactId>
+        </dependency>
 
     </dependencies>
 

--
Gitblit v1.9.1