Commit 3696380f authored by 332784038@qq.com's avatar 332784038@qq.com

货柜信息返回空运出仓时间

parent 246d5872
...@@ -79,7 +79,7 @@ public class BoxDO extends BaseDO { ...@@ -79,7 +79,7 @@ public class BoxDO extends BaseDO {
*/ */
private Date qgDate; private Date qgDate;
/** /**
* 提货时间 * 提货时间 -> 实际已改为卸柜时间
*/ */
private Date thDate; private Date thDate;
......
...@@ -116,12 +116,19 @@ public class BoxBaseBackVO { ...@@ -116,12 +116,19 @@ public class BoxBaseBackVO {
@ApiModelProperty(value = "到仓时间") @ApiModelProperty(value = "到仓时间")
private Date dcDate; private Date dcDate;
@ExcelProperty("提货时间") @ExcelProperty("提货时间-> 实际已改为卸柜时间")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND) @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND) @JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@ApiModelProperty(value = "提货时间") @ApiModelProperty(value = "提货时间-> 实际已改为卸柜时间")
private Date thDate; private Date thDate;
@ExcelProperty("出仓时间")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@ApiModelProperty(value = "出仓时间")
private Date ckDate;
@ExcelProperty(value = "订舱状态") @ExcelProperty(value = "订舱状态")
@ApiModelProperty(value = "订舱状态") @ApiModelProperty(value = "订舱状态")
private Integer bkStatus; private Integer bkStatus;
......
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