作者 shenhailong

进出港理货 装卸开始结束时间 加8时区 实体+8时区

... ... @@ -31,10 +31,10 @@ public class NMMS_CUSTOM_MT520X {
private Integer piece;
private BigDecimal weight;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date starttime;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date endtime;
private String customcode;
... ...