@@ -22,4 +22,7 @@ public class DevicePingInfoParam extends HxzSuperModel {
@Schema(description = "在线状态")
private String onLineState;
+
+ @Schema(description = "数据状态")
+ private String state;
}