yudao-module-iot/yudao-module-iot-biz/src/main/java/cn/iocoder/yudao/module/iot/dal/dataobject/rule/IotSceneRuleDO.java
@@ -27,7 +27,7 @@ /** * IoT 场景联动规则 DO * * @author 芋道源码 * @author 超级管理员 */ @TableName(value = "iot_scene_rule", autoResultMap = true) @KeySequence("iot_scene_rule_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。