From ff3da6210dd35e65330d9d8ad52952ce9a7d3ffd Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 03 九月 2025 17:10:51 +0800
Subject: [PATCH] 修改查询默认分工的提示文字

---
 blade-service/blade-mdm/pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/blade-service/blade-mdm/pom.xml b/blade-service/blade-mdm/pom.xml
index 8756645..ddf3ebc 100644
--- a/blade-service/blade-mdm/pom.xml
+++ b/blade-service/blade-mdm/pom.xml
@@ -111,6 +111,11 @@
             <artifactId>groovy-jsr223</artifactId>
             <version>4.0.28</version>
         </dependency>
+
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-freemarker</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

--
Gitblit v1.9.3