|
@@ -309,16 +309,12 @@ public class SeaReleaseBillItems implements Serializable {
|
|
|
* ETD
|
|
* ETD
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "ETD")
|
|
@ApiModelProperty(value = "ETD")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(value = "ETD",updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(value = "ETD",updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date etd;
|
|
private Date etd;
|
|
|
/**
|
|
/**
|
|
|
* ETA
|
|
* ETA
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "ETA")
|
|
@ApiModelProperty(value = "ETA")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(value = "ETA",updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(value = "ETA",updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date eta;
|
|
private Date eta;
|
|
|
/**
|
|
/**
|
|
@@ -390,16 +386,12 @@ public class SeaReleaseBillItems implements Serializable {
|
|
|
* 签单日期
|
|
* 签单日期
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "签单日期")
|
|
@ApiModelProperty(value = "签单日期")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date issueDate;
|
|
private Date issueDate;
|
|
|
/**
|
|
/**
|
|
|
* 签单地点
|
|
* 签单地点
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "签单地点")
|
|
@ApiModelProperty(value = "签单地点")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date issueAt;
|
|
private Date issueAt;
|
|
|
/**
|
|
/**
|
|
@@ -426,56 +418,42 @@ public class SeaReleaseBillItems implements Serializable {
|
|
|
* 要求时间,yyyy-MM-dd HH:mm
|
|
* 要求时间,yyyy-MM-dd HH:mm
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "要求时间,yyyy-MM-dd HH:mm")
|
|
@ApiModelProperty(value = "要求时间,yyyy-MM-dd HH:mm")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date requireTime;
|
|
private Date requireTime;
|
|
|
/**
|
|
/**
|
|
|
* 提交时间,yyyy-MM-dd HH:mm
|
|
* 提交时间,yyyy-MM-dd HH:mm
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "提交时间,yyyy-MM-dd HH:mm")
|
|
@ApiModelProperty(value = "提交时间,yyyy-MM-dd HH:mm")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date applyTime;
|
|
private Date applyTime;
|
|
|
/**
|
|
/**
|
|
|
* 跑单时间,yyyy-MM-dd HH:mm
|
|
* 跑单时间,yyyy-MM-dd HH:mm
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "跑单时间,yyyy-MM-dd HH:mm")
|
|
@ApiModelProperty(value = "跑单时间,yyyy-MM-dd HH:mm")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date runTime;
|
|
private Date runTime;
|
|
|
/**
|
|
/**
|
|
|
* 操作确认时间,yyyy-MM-dd HH:mm
|
|
* 操作确认时间,yyyy-MM-dd HH:mm
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "操作确认时间,yyyy-MM-dd HH:mm")
|
|
@ApiModelProperty(value = "操作确认时间,yyyy-MM-dd HH:mm")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date confirmTime;
|
|
private Date confirmTime;
|
|
|
/**
|
|
/**
|
|
|
* 调度时间,yyyy-MM-dd HH:mm
|
|
* 调度时间,yyyy-MM-dd HH:mm
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "调度时间,yyyy-MM-dd HH:mm")
|
|
@ApiModelProperty(value = "调度时间,yyyy-MM-dd HH:mm")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date dispatchTime;
|
|
private Date dispatchTime;
|
|
|
/**
|
|
/**
|
|
|
* 放单时间,yyyy-MM-dd HH:mm
|
|
* 放单时间,yyyy-MM-dd HH:mm
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "放单时间,yyyy-MM-dd HH:mm")
|
|
@ApiModelProperty(value = "放单时间,yyyy-MM-dd HH:mm")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date releaseTime;
|
|
private Date releaseTime;
|
|
|
/**
|
|
/**
|
|
|
* 退回时间,yyyy-MM-dd HH:mm
|
|
* 退回时间,yyyy-MM-dd HH:mm
|
|
|
*/
|
|
*/
|
|
|
@ApiModelProperty(value = "退回时间,yyyy-MM-dd HH:mm")
|
|
@ApiModelProperty(value = "退回时间,yyyy-MM-dd HH:mm")
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Date returnTime;
|
|
private Date returnTime;
|
|
|
/**
|
|
/**
|