review:【iot 物联网】场景联动相关实现
This commit is contained in:
@@ -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.pojo.CommonResult.success;
|
||||||
import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.convertList;
|
import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.convertList;
|
||||||
|
|
||||||
|
// TODO @puhui999:SceneRule 方法名,类名等;
|
||||||
@Tag(name = "管理后台 - IoT 场景联动")
|
@Tag(name = "管理后台 - IoT 场景联动")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/iot/rule-scene")
|
@RequestMapping("/iot/rule-scene")
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- TODO @puhui999:sql 格式
|
||||||
-- IoT 模块测试数据清理脚本
|
-- IoT 模块测试数据清理脚本
|
||||||
DELETE
|
DELETE
|
||||||
FROM "iot_scene_rule";
|
FROM "iot_scene_rule";
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- TODO @puhui999:sql 格式
|
||||||
-- IoT 模块测试数据库表结构
|
-- IoT 模块测试数据库表结构
|
||||||
-- 基于 H2 数据库语法,兼容 MySQL 模式
|
-- 基于 H2 数据库语法,兼容 MySQL 模式
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user