From 8b2ba50037f210ac11bda5fb8e1dbc8d7080798d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Fri, 23 Feb 2024 21:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 +++ yanzhu-manage/pom.xml | 19 +++++++++++++++++++ yanzhu-mapper/pom.xml | 19 +++++++++++++++++++ yanzhu-wechat/pom.xml | 19 +++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 yanzhu-manage/pom.xml create mode 100644 yanzhu-mapper/pom.xml create mode 100644 yanzhu-wechat/pom.xml diff --git a/pom.xml b/pom.xml index 551e81e..c554f74 100644 --- a/pom.xml +++ b/pom.xml @@ -203,6 +203,9 @@ yanzhu-generator yanzhu-common yanzhu-flowable + yanzhu-manage + yanzhu-mapper + yanzhu-wechat pom diff --git a/yanzhu-manage/pom.xml b/yanzhu-manage/pom.xml new file mode 100644 index 0000000..20ea4c1 --- /dev/null +++ b/yanzhu-manage/pom.xml @@ -0,0 +1,19 @@ + + + + yanzhu + com.yanzhu + 3.8.7 + + 4.0.0 + + yanzhu-manage + + + 17 + 17 + + + \ No newline at end of file diff --git a/yanzhu-mapper/pom.xml b/yanzhu-mapper/pom.xml new file mode 100644 index 0000000..3575d57 --- /dev/null +++ b/yanzhu-mapper/pom.xml @@ -0,0 +1,19 @@ + + + + yanzhu + com.yanzhu + 3.8.7 + + 4.0.0 + + yanzhu-mapper + + + 17 + 17 + + + \ No newline at end of file diff --git a/yanzhu-wechat/pom.xml b/yanzhu-wechat/pom.xml new file mode 100644 index 0000000..516ee6c --- /dev/null +++ b/yanzhu-wechat/pom.xml @@ -0,0 +1,19 @@ + + + + yanzhu + com.yanzhu + 3.8.7 + + 4.0.0 + + yanzhu-wechat + + + 17 + 17 + + + \ No newline at end of file