From c06ba7626088b15fe8b69364da953ff3d4d9f577 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期五, 24 十二月 2021 10:40:54 +0800 Subject: [PATCH] 新增用户划扣项目列表 --- phi_platform_his/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/phi_platform_his/pom.xml b/phi_platform_his/pom.xml index d995570..d96c8b3 100644 --- a/phi_platform_his/pom.xml +++ b/phi_platform_his/pom.xml @@ -34,6 +34,12 @@ <version>0.0.1-SNAPSHOT</version> </dependency> + <dependency> + <groupId>com.hx.gitee</groupId> + <artifactId>phi_platform_common</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + </dependencies> <build> -- Gitblit v1.8.0