|
|
|
@ -25,9 +25,9 @@ public class ProductionWarehousingEntity extends IssureNotifyEntity { |
|
|
|
private String ifsRowIdVersion; |
|
|
|
private String lotSize; |
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
private String needDate; |
|
|
|
// @DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
// private String needDate; |
|
|
|
private String needQty; |
|
|
|
private String partDesc; |
|
|
|
private String releaseNo; |
|
|
|
|