Commit e7f405a5 authored by yanghao's avatar yanghao

chore: 订单返回到仓和出仓时间的格式修改

parent fbd88a3f
......@@ -325,9 +325,11 @@ public class OrderBackPageVO {
private Date inTime;
@ApiModelProperty(value = "已装柜时间/到仓时间")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
private Date loadTime;
@ApiModelProperty(value = "已卸柜/已到仓时间")
@ApiModelProperty(value = "已卸柜/仓时间")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
private Date unloadTime;
......
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