|
|
@@ -23,9 +23,6 @@ public class DeviceOnLineResult extends IotBaseResult {
|
|
|
@Schema(description = "网关ID")
|
|
|
private String gateWayId;
|
|
|
|
|
|
- @Schema(description = "mqtt推送生成的业务数据ID")
|
|
|
- private String mqttDataId;
|
|
|
-
|
|
|
@Schema(description = "时间,格式:2025-02-21 10:21:41")
|
|
|
private String time;
|
|
|
|