bug修复
This commit is contained in:
parent
5ed5bb0126
commit
c73dc341c7
@ -73,6 +73,7 @@ public class SafetyHatDev implements Serializable {
|
|||||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
@ApiModelProperty(value = "心跳时间")
|
@ApiModelProperty(value = "心跳时间")
|
||||||
|
@Deprecated
|
||||||
private java.util.Date heartbeatTime;
|
private java.util.Date heartbeatTime;
|
||||||
@ApiModelProperty(value = "在线状态(0.离线 1.在线)")
|
@ApiModelProperty(value = "在线状态(0.离线 1.在线)")
|
||||||
private java.lang.Integer online;
|
private java.lang.Integer online;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user