From 3302ff7054d02f6b21452f2f2cd3658c8cad6b53 Mon Sep 17 00:00:00 2001 From: lyh <liuyuanheng@xalxzn.com> Date: 星期四, 20 二月 2025 10:36:23 +0800 Subject: [PATCH] 增加工序工步用户权限 --- pom.xml | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 142ccfa..70d6ea6 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,9 @@ <module>lxzn-boot-base-core</module> <module>lxzn-module-system</module> <module>lxzn-module-mdc</module> - </modules> + <module>lxzn-module-dnc</module> + <module>lxzn-module-activiti</module> + </modules> <repositories> <repository> @@ -393,7 +395,7 @@ <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> - + <!-- 鐜 --> <profiles> <!-- 寮�鍙� --> @@ -441,4 +443,4 @@ </profiles> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3