This commit is contained in:
2024-12-16 15:12:24 +08:00
parent dc874b7988
commit 3c99ff16c6
2 changed files with 3 additions and 1 deletions

View File

@ -37,4 +37,6 @@ public class DeviceRespVO {
private Date updateAt;
@ApiModelProperty("景区名称")
private String scenicName;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date keepaliveAt;
}