iot-gateway/src/main/resources
zhuangtianxiang 275b7fbe50 refactor(iot): 重构设备属性和扩展参数的存储方式- 将设备属性和扩展参数从 Map<String, Object> 改为 List<Map<String, Object>> 类型
- 更新了相关的 DTO、Entity 和 Mapper 文件
- 重命名并重构了 JsonTypeHandler 类,使其支持多种 JSON 格式的处理
- 更新了 Menu 类中的 Type 枚举,使其实现 IEnum 接口
2025-01-08 21:56:26 +08:00
..
db refactor(transaction): 在服务层方法中添加事务注解 2025-01-08 19:34:05 +08:00
mailTemplate first update 2024-11-01 17:19:12 +08:00
mappers refactor(iot): 重构设备属性和扩展参数的存储方式- 将设备属性和扩展参数从 Map<String, Object> 改为 List<Map<String, Object>> 类型 2025-01-08 21:56:26 +08:00
static first update 2024-11-01 17:19:12 +08:00
application-dev.yml Merge remote-tracking branch 'origin/feature/iot' into develop 2024-12-25 16:58:28 +08:00
application-prod.yml 公告模块 2024-11-15 16:40:01 +08:00
application.yml refactor(iot): 重构设备和事件相关代码 2024-12-10 15:22:07 +08:00