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