fix(加班申请): 去掉撤销相关的状态和动作。

feat(工作报告): 开发工作报告功能,包含导出功能
This commit is contained in:
dk
2026-06-11 09:58:31 +08:00
parent 79591e66be
commit 33239700fd
97 changed files with 7581 additions and 68 deletions

View File

@@ -65,6 +65,12 @@
<artifactId>rdms-spring-boot-starter-excel</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.4.1</version>
</dependency>
<!-- Registry 注册中心相关 -->
<dependency>
<groupId>com.alibaba.cloud</groupId>