task:1623

yun-zuoyi
钮海涛 5 years ago
parent ccf2f42840
commit eb85cc232f

@ -305,4 +305,10 @@ public class WmsPart extends BaseBean {
this.qty = cqty;
this.partType = partType;
}
public WmsPart(String partGroup, Double cqty, String createDateTime) {
this.partGroup = partGroup;
this.qty = cqty;
this.createDatetime = createDateTime;
}
}

Loading…
Cancel
Save