@DateTimeFormat(pattern="yyyy-MM-ddHH:mm:ss")
@JsonFormat(pattern="yyyy-MM-ddHH:mm:ss")
publicjava.util.Date getOrderTime() {
returnthis.orderTime;
}
@JsonFormat(pattern="yyyy-MM-ddHH:mm:ss")
publicjava.util.Date getOrderTime() {
returnthis.orderTime;
}