review:【iot 物联网】场景联动相关实现

This commit is contained in:
YunaiV
2025-08-06 21:45:52 +08:00
parent eb7df7157c
commit bec3d070f0
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ import java.util.List;
import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.convertList;
// TODO @puhui999SceneRule 方法名,类名等;
@Tag(name = "管理后台 - IoT 场景联动")
@RestController
@RequestMapping("/iot/rule-scene")

View File

@@ -1,3 +1,4 @@
-- TODO @puhui999sql 格式
-- IoT 模块测试数据清理脚本
DELETE
FROM "iot_scene_rule";

View File

@@ -1,3 +1,4 @@
-- TODO @puhui999sql 格式
-- IoT 模块测试数据库表结构
-- 基于 H2 数据库语法,兼容 MySQL 模式