md
This commit is contained in:
parent
bf912f8ffc
commit
07e484e522
@ -66,10 +66,10 @@ public class EmisTmsSiteBatch extends BaseEntity
|
|||||||
/* 航空单号 */
|
/* 航空单号 */
|
||||||
private String airBilllNo;
|
private String airBilllNo;
|
||||||
/* 预计出发时间 */
|
/* 预计出发时间 */
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd",timezone="GMT+8")
|
||||||
private Date etd;
|
private Date etd;
|
||||||
/* 预计到达时间 */
|
/* 预计到达时间 */
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
|
||||||
private Date eta;
|
private Date eta;
|
||||||
/* 车牌号 */
|
/* 车牌号 */
|
||||||
private String carNo;
|
private String carNo;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user