|
|
@@ -1,7 +1,7 @@
|
|
|
package com.zhongshu.iot.client.model.iot;
|
|
|
|
|
|
-import com.github.microservice.types.FunctionType;
|
|
|
import com.github.microservice.models.baseParam.SuperParam;
|
|
|
+import com.github.microservice.types.FunctionType;
|
|
|
import com.zhongshu.iot.client.type.DataType;
|
|
|
import com.zhongshu.iot.client.type.EventType;
|
|
|
import com.zhongshu.iot.client.type.IotDataType;
|
|
|
@@ -30,7 +30,7 @@ public class IotMainParam extends SuperParam {
|
|
|
private String iotThingId;
|
|
|
|
|
|
@Schema(description = "区分是模版还是设备关联的物模型")
|
|
|
- private IotDataType iotDataType;
|
|
|
+ private IotDataType iotDataType = IotDataType.IotTemplate;
|
|
|
|
|
|
@Schema(description = "设备id")
|
|
|
private String deviceId;
|