add:MES接口

This commit is contained in:
zhengxuming
2025-07-30 15:00:08 +08:00
parent 022a04a933
commit 97c50162b3
6 changed files with 292 additions and 0 deletions

View File

@@ -41,6 +41,11 @@
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- 获取系统信息 -->
<dependency>
<groupId>com.github.oshi</groupId>