通用物联网网关
Go to file
zhuangtianxiang e730c51be5 refactor(iot): 重构事件相关接口和数据库
- 修改 Event 实体类,将 outputs 字段类型从 List<Param> 改为 List<ParamDto>
- 更新 EventMapper.xml,增加新的 resultMap配置
- 调整 EventRepository 接口,修改查询方法的 resultMap
- 修改数据库结构,为 iot_param 表添加 default_value 字段并调整其类型
- 更新 ParamDto 类,增加 compareType 和 defaultValue 字段
- 修改 RecordDataServiceImpl 中的 processParam 方法,使用 ParamDto 作为参数
2025-03-13 16:34:25 +08:00
.mvn/wrapper first update 2024-11-01 17:19:12 +08:00
src refactor(iot): 重构事件相关接口和数据库 2025-03-13 16:34:25 +08:00
storage feat(iot): 设备增加图标和预览图附件支持 2025-03-13 15:39:16 +08:00
.gitattributes first update 2024-11-01 17:19:12 +08:00
.gitignore update gitignore 2024-11-01 17:18:02 +08:00
compose.yaml first update 2024-11-01 17:19:12 +08:00
LICENSE Initial commit 2024-10-23 10:13:18 +08:00
mvnw first update 2024-11-01 17:19:12 +08:00
mvnw.cmd first update 2024-11-01 17:19:12 +08:00
pom.xml feat(iot): 重构 MQTT消息处理逻辑 2025-03-01 12:54:21 +08:00
README.md Initial commit 2024-10-23 10:13:18 +08:00

iot-gateway

通用物联网网关