feat(sis):

- 新增 RocketMQ 消息队列配置和相关服务
- 实现远程开门接口和服务方法
- 更新梯控下发逻辑
This commit is contained in:
2025-08-06 09:14:07 +08:00
parent f619c65261
commit db58a91252
11 changed files with 182 additions and 5 deletions

View File

@@ -118,6 +118,11 @@
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.hik</groupId>
<artifactId>examples</artifactId>