整理代码

This commit is contained in:
2025-02-10 11:11:42 +08:00
parent 21efe997ef
commit 13872d9f29
16 changed files with 90 additions and 314 deletions

View File

@@ -22,6 +22,11 @@
<groupId>com.test</groupId>
<artifactId>test-common</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>