From ed43774129f2278aa6248242c6ff145bde1a625d Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期三, 27 三月 2024 22:23:02 +0800 Subject: [PATCH] add 添加任务过期自动审批 --- ruoyi-extend/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-extend/pom.xml b/ruoyi-extend/pom.xml index f5348cc..0e9533f 100644 --- a/ruoyi-extend/pom.xml +++ b/ruoyi-extend/pom.xml @@ -14,6 +14,7 @@ <modules> <module>ruoyi-monitor-admin</module> <module>ruoyi-powerjob-server</module> + <module>ruoyi-easyretry-server</module> </modules> </project> -- Gitblit v1.9.3