bug修复

This commit is contained in:
guo 2024-03-27 15:31:30 +08:00
parent 5ed5bb0126
commit c73dc341c7

View File

@ -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;