feat():设定值查询,实绩查询

This commit is contained in:
Allenxy
2024-10-13 13:25:04 +08:00
parent e61476d06b
commit e30dcc477e
34 changed files with 1289 additions and 61 deletions

View File

@@ -97,6 +97,12 @@
</exclusions>
</dependency>
<!--websocket-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>