@@ -43,6 +43,9 @@ public class IotSendParam {
return identifier;
}
+ @Schema(description = "物模型id")
+ private String iotThingId;
+
@Schema(description = "设备ID")
private String deviceId;