From 4e59f6b1f342c67492d79dde524d414d2a6bbf9c Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期四, 17 七月 2025 20:15:07 +0800
Subject: [PATCH] 修改字段类型展示

---
 lxzn-module-eam/pom.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/lxzn-module-eam/pom.xml b/lxzn-module-eam/pom.xml
index a90e2d1..3ad1d10 100644
--- a/lxzn-module-eam/pom.xml
+++ b/lxzn-module-eam/pom.xml
@@ -29,10 +29,12 @@
         </dependency>
         <dependency>
             <groupId>org.jeecgframework.boot</groupId>
-            <artifactId>hibernate-re</artifactId>
-            <version>3.4.3-GA</version>
+            <artifactId>lxzn-module-eam-common</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-module-flowable</artifactId>
+        </dependency>
 
     </dependencies>
 </project>
\ No newline at end of file

--
Gitblit v1.9.3