Browse Source

提货单发料

master
qiezi 9 months ago
parent
commit
864fb80414
  1. 6
      src/main/java/com/srq/modules/productionWarehousing/entity/ProductionWarehousingEntity.java

6
src/main/java/com/srq/modules/productionWarehousing/entity/ProductionWarehousingEntity.java

@ -25,9 +25,9 @@ public class ProductionWarehousingEntity extends IssureNotifyEntity {
private String ifsRowIdVersion; private String ifsRowIdVersion;
private String lotSize; 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 needQty;
private String partDesc; private String partDesc;
private String releaseNo; private String releaseNo;

Loading…
Cancel
Save