From 7feb2d0ebb7c6899cc654ca4ca88416b7d5ffdd0 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 10 七月 2025 11:51:12 +0800 Subject: [PATCH] 产品结构树-发送刀具系统参数调整 --- lxzn-module-eam/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lxzn-module-eam/pom.xml b/lxzn-module-eam/pom.xml index 53d4c00..4e188e8 100644 --- a/lxzn-module-eam/pom.xml +++ b/lxzn-module-eam/pom.xml @@ -30,6 +30,11 @@ <artifactId>lxzn-module-mdc-common</artifactId> <version>3.4.3</version> </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-flowable</artifactId> + <version>${jeecgboot.version}</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.3