新曾业务bean和相关数据持久化,controller restful 接口

This commit is contained in:
2026-01-04 14:35:22 +08:00
parent 8053508565
commit c3a9de112d
22 changed files with 542 additions and 53 deletions

View File

@@ -69,8 +69,14 @@
<version>7.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-common</artifactId>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>
<!-- 这里可以添加PLC通信相关的依赖 -->
<!-- 这里可以添加PLC通信相关的依赖 -->
<!-- 例如:
<dependency>
<groupId>com.github.s7connector</groupId>