perf:【IoT 物联网】场景联动执行器和触发器的参数值类型都调整为了字符串类型
This commit is contained in:
@@ -231,7 +231,7 @@ public class IotSceneRuleDO extends TenantBaseDO {
|
||||
*
|
||||
* 一般来说,对应 {@link IotDeviceMessage#getParams()} 请求参数
|
||||
*/
|
||||
private Object params;
|
||||
private String params;
|
||||
|
||||
/**
|
||||
* 告警配置编号
|
||||
|
||||
Reference in New Issue
Block a user