|
@ -125,7 +125,7 @@ public class Status { |
|
|
private Long deviceId; |
|
|
private Long deviceId; |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@JsonFormat(pattern ="yyyy-MM-dd HH:mm:ss") |
|
|
@JsonFormat(pattern ="yyyy-MM-dd HH:mm:ss") |
|
|
@Excel(name = "监测时间", width = 30, dateFormat = "yyyy-MM-dd") |
|
|
@Excel(name = "监测时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
|
|
private LocalDateTime time; |
|
|
private LocalDateTime time; |
|
|
|
|
|
|
|
|
public String getSuccessRate() { |
|
|
public String getSuccessRate() { |
|
@ -208,7 +208,7 @@ public class Status { |
|
|
this.deviceId = deviceId; |
|
|
this.deviceId = deviceId; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Excel(name = "型号") |
|
|
// @Excel(name = "型号")
|
|
|
|
|
|
|
|
|
private String model; |
|
|
private String model; |
|
|
|
|
|
|
|
|