Merge branch 'main' into dyf-device

# Conflicts:
#	fys-modules/pom.xml
#	pom.xml
This commit is contained in:
2025-07-01 15:28:11 +08:00
58 changed files with 3882 additions and 20 deletions

View File

@ -72,7 +72,7 @@
</dependency>
<!-- 设备管理模块 -->
<dependency>
<dependency>
<groupId>com.fuyuanshen</groupId>
<artifactId>fys-equipment</artifactId>
</dependency>
@ -105,6 +105,13 @@
<artifactId>fys-workflow</artifactId>
</dependency>
<!-- app模块 -->
<dependency>
<groupId>com.fuyuanshen</groupId>
<artifactId>fys-app</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>