Commit 9162eaf6 authored by hanbing's avatar hanbing

安装时间字段精确到年月日

parent 203c641c
...@@ -42,7 +42,7 @@ public class CrossInfoListVO { ...@@ -42,7 +42,7 @@ public class CrossInfoListVO {
private String model ; private String model ;
/** 安装时间 */ /** 安装时间 */
@ApiModelProperty(value = "安装时间",notes = "") @ApiModelProperty(value = "安装时间",notes = "")
@JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date installTime ; private Date installTime ;
/** 创建时间 */ /** 创建时间 */
@ApiModelProperty(value = "创建时间",notes = "") @ApiModelProperty(value = "创建时间",notes = "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment