add:1.增加标定功能。

This commit is contained in:
2026-02-12 15:00:01 +08:00
parent ea611c4f27
commit 98af101f00
27 changed files with 1117 additions and 12 deletions

View File

@@ -104,6 +104,13 @@
<version>1.2.3</version>
</dependency>
<!-- validation -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<version>3.0.0</version>
</dependency>
<!-- druid数据源驱动 -->
<dependency>
<groupId>com.alibaba</groupId>