From 2bc90e242eceb83d9aa80d48ea9f991c0f9b99c6 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 12 十二月 2024 19:47:57 +0800 Subject: [PATCH] 工位选择界面 诊室按照room id排序 --- pom.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 3fc3e5b..06aa563 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ <!-- 鍚勭 module 鎷撳睍 --> <module>jh-module-system</module> <module>jh-module-infra</module> + <module>jh-module-ecg</module> <!-- <module>jh-module-member</module>--> <!-- <module>jh-module-bpm</module>--> <!-- <module>jh-module-report</module>--> @@ -42,6 +43,7 @@ <!-- 鐪嬬湅鍜嬫斁鍒� bom 閲� --> <lombok.version>1.18.34</lombok.version> <spring.boot.version>2.7.18</spring.boot.version> + <openfeign.version>3.1.3</openfeign.version> <mapstruct.version>1.5.5.Final</mapstruct.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> -- Gitblit v1.9.3