@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") public Date getCreateTime() { return createTime; }
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") public Date getCreateTime() { return createTime; }
转载于:https://www.cnblogs.com/paisen/p/10302251.html