feat:【IoT 物联网】新增设备信息查询功能,优化 MQTT 消息处理逻辑

This commit is contained in:
haohao
2025-06-10 10:21:24 +08:00
parent 800a85f7bc
commit 4ea6e08f99
16 changed files with 759 additions and 182 deletions

View File

@@ -34,13 +34,6 @@
<version>${revision}</version>
</dependency>
<!-- IoT 协议模块 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-iot-protocol</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>