补充异常账户模型规则骨架

This commit is contained in:
wkc
2026-03-31 16:28:37 +08:00
parent f4a72a6110
commit 988c2d3572
6 changed files with 123 additions and 0 deletions

View File

@@ -43,6 +43,12 @@
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<!-- easyexcel工具 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
</dependency>
<!-- 测试依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>