@DateTimeFormat(pattern ="yyyy-MM-dd HH:mm:ss")//接收时转成Date
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone ="GMT+8") //响应时返回时间字符串
@ApiModelProperty(name ="orderTime" , value ="下单时间")
private DateorderTime;
@DateTimeFormat(pattern ="yyyy-MM-dd HH:mm:ss")//接收时转成Date
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone ="GMT+8") //响应时返回时间字符串
@ApiModelProperty(name ="orderTime" , value ="下单时间")
private DateorderTime;
本文标题:Date日期接收与响应
本文链接:https://www.haomeiwen.com/subject/tqqzmktx.html
网友评论