From cd490aa0e5c208c90d00fabba3d4951fc8837aee Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期三, 30 四月 2025 11:29:23 +0800 Subject: [PATCH] feat: 新增wechat模块 --- ruoyi-modules/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index 1b3ff0c..044e0bc 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -21,6 +21,7 @@ <module>ruoyi-chat</module> <module>ruoyi-system</module> <module>ruoyi-generator</module> + <module>ruoyi-wechat</module> </modules> <properties> -- Gitblit v1.9.3