|
|
|
@ -24,8 +24,13 @@ public class HeiHuApiMesLogShopOrderEntity implements Serializable { |
|
|
|
private Double lotSize; |
|
|
|
private String cDepartment; |
|
|
|
private String cTaskNo; |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private String cPackageType; |
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private String planStartDate; |
|
|
|
private String needDate; |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
private Date enterDate; |
|
|
|
|