|
@@ -45,12 +45,12 @@ public class AppDataItemPageVo {
|
|
|
private String invalidStatus;
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GTM+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
@ApiModelProperty(value = "创建时间")
|
|
|
private Date columnRegisterTime;
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GTM+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
@ApiModelProperty(value = "更新时间")
|
|
|
private Date columnUpdateTime;
|
|
|
}
|