作者 shenhailong

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

@@ -31,10 +31,10 @@ public class NMMS_CUSTOM_MT520X { @@ -31,10 +31,10 @@ public class NMMS_CUSTOM_MT520X {
31 private Integer piece; 31 private Integer piece;
32 32
33 private BigDecimal weight; 33 private BigDecimal weight;
34 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") 34 + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
35 private Date starttime; 35 private Date starttime;
36 36
37 - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") 37 + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
38 private Date endtime; 38 private Date endtime;
39 39
40 private String customcode; 40 private String customcode;