@@ -28,4 +28,6 @@ public class DevicePingInfoParam extends IotSuperModel {
@Schema(description = "数据状态")
private DeviceState state;
+
+ private String randomId = "";
}