From 81964852642df4d2ba45aa16da5b64621fb376ce Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Thu, 10 Oct 2024 14:27:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:pom=E6=96=87=E4=BB=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pms-business/pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pms-business/pom.xml diff --git a/pms-business/pom.xml b/pms-business/pom.xml new file mode 100644 index 0000000..ba136af --- /dev/null +++ b/pms-business/pom.xml @@ -0,0 +1,37 @@ + + + + pms + tech.unissense + 3.8.8 + + 4.0.0 + + pms-business + + + business业务模块 + + + + + + + tech.unissense + pms-common + + + org.projectlombok + lombok + + + + cn.hutool + hutool-all + + + + + \ No newline at end of file