feat: tool模块基础crud

This commit is contained in:
2026-01-28 19:50:22 +08:00
parent d7e48dda08
commit 4ab79d3afa
29 changed files with 1150 additions and 101 deletions

View File

@@ -21,10 +21,10 @@
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
</dependency>
<dependency>
<groupId>nl.sdk</groupId>
<artifactId>language</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>nl.sdk</groupId>-->
<!-- <artifactId>language</artifactId>-->
<!-- </dependency>-->
<!-- validation -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -132,5 +132,11 @@
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
</dependency>
<!-- sa-token-core -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-core</artifactId>
</dependency>
</dependencies>
</project>