检验项目设置-检验类型功能完成

This commit is contained in:
2025-12-22 16:28:05 +08:00
parent 0bfa7183f9
commit 91d673de77
3 changed files with 72 additions and 31 deletions

View File

@@ -35,6 +35,11 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@@ -43,6 +43,11 @@
<artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>