|
|
@@ -17,6 +17,9 @@ public class DevicePingInfoParam extends IotSuperModel {
|
|
|
@Schema(description = "最后上线时间")
|
|
|
private Long lastOnlineTime;
|
|
|
|
|
|
+ @Schema(description = "最后下线时间")
|
|
|
+ private Long lastOfflineTime;
|
|
|
+
|
|
|
@Schema(description = "项目code")
|
|
|
private String projectInfoCode;
|
|
|
|