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

@@ -94,6 +94,11 @@
<groupId>org.nl</groupId>
<artifactId>nl-plugin-sys</artifactId>
</dependency>
<dependency>
<groupId>org.nl.tool</groupId>
<artifactId>nl-plugin-tool</artifactId>
</dependency>
</dependencies>
<build>