fix: 设备最后上数时间,新增字段,接口调用,小程序显示。
This commit is contained in:
@@ -243,5 +243,10 @@ public class Device extends TenantEntity {
|
||||
*/
|
||||
private Integer valueBattery;
|
||||
|
||||
/**
|
||||
* 最后上数时间
|
||||
*/
|
||||
private Date lastReportTime;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -270,5 +270,10 @@ public class DeviceBo extends BaseEntity {
|
||||
*/
|
||||
private Long batteryWarnLower;
|
||||
|
||||
/**
|
||||
* 最后上数时间
|
||||
*/
|
||||
private Date lastReportTime;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -312,6 +312,12 @@ public class DeviceVo implements Serializable {
|
||||
@ExcelProperty(value = "电量值")
|
||||
private Integer valueBattery;
|
||||
|
||||
/**
|
||||
* 最后上数时间
|
||||
*/
|
||||
@ExcelProperty(value = "最后上数时间")
|
||||
private Date lastReportTime;
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user