From e743e68c542c4f3fac4e085df830aa74fd34fd49 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 20 八月 2024 18:04:20 +0800
Subject: [PATCH] 医生叫号 初步实现
---
jh-module-ecg/jh-module-ecg-biz/pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/pom.xml b/jh-module-ecg/jh-module-ecg-biz/pom.xml
index 7f3765e..42a4ca9 100644
--- a/jh-module-ecg/jh-module-ecg-biz/pom.xml
+++ b/jh-module-ecg/jh-module-ecg-biz/pom.xml
@@ -27,6 +27,11 @@
<artifactId>jh-module-infra-api</artifactId>
<version>${revision}</version>
</dependency>
+ <dependency>
+ <groupId>cn.lihu</groupId>
+ <artifactId>jh-module-system-api</artifactId>
+ <version>${revision}</version>
+ </dependency>
<!-- 涓氬姟缁勪欢 -->
<dependency>
--
Gitblit v1.9.3