...
|
...
|
@@ -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;
|
...
|
...
|
|