add:1.添加复位按钮接口。2.添加手机app导出任务excel接口。

This commit is contained in:
2025-12-15 10:09:17 +08:00
parent c070658254
commit 6df4117b8e
11 changed files with 143 additions and 2 deletions

View File

@@ -298,6 +298,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
<!-- EasyExcel -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>3.1.1</version>
</dependency>
<!-- excel工具 -->
<dependency>
<groupId>org.apache.poi</groupId>