feat:新增文档模板管理功能

This commit is contained in:
hewencai
2025-10-29 10:57:45 +08:00
parent 3ef662e1ec
commit 66845dcfab
41 changed files with 2440 additions and 0 deletions

View File

@@ -122,6 +122,13 @@
<artifactId>zt-spring-boot-starter-excel</artifactId>
</dependency>
<!-- Velocity模板引擎 -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
</dependency>
<!-- 监控相关 -->
<dependency>
<groupId>com.zt.plat</groupId>