审核流程

This commit is contained in:
lxu75
2025-04-11 15:38:43 +08:00
parent f5fb1f4fb6
commit 8e0c6c7e5b
3 changed files with 39 additions and 13 deletions

View File

@@ -19,6 +19,12 @@
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version> <!-- 请根据需要选择合适的版本 -->
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>