iot-gateway/src
zhuangtianxiang 05a76348f1 refactor(iot): 优化 IoT 模块数据结构和接口权限
- 在 DeptMapper.xml 中添加 remark 字段映射
- 更新 DeptTree 类,将 members 类型从 List<UserTree> 改为 List<UserVo>
- 移除 UserTree 类
- 在 DeviceVo、Event、Param、Product、Property 和 Serve 类中添加 @JsonInclude 注解
- 更新 ServeController 中的权限检查逻辑
2025-01-16 15:28:55 +08:00
..
main refactor(iot): 优化 IoT 模块数据结构和接口权限 2025-01-16 15:28:55 +08:00
test/java/com/zsc/edu/gateway feat(system): 根据名称获取菜单树 2025-01-12 16:19:08 +08:00