|
|
@ -273,4 +273,13 @@ public class WmsPOMasterDetails extends BaseBean {
|
|
|
|
this.totalBoxes = totalBoxes.intValue();
|
|
|
|
this.totalBoxes = totalBoxes.intValue();
|
|
|
|
this.qty = qty;
|
|
|
|
this.qty = qty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsPOMasterDetails(String orderNo, String partNo, Double qty,
|
|
|
|
|
|
|
|
Double rcQty, Integer itemStatus) {
|
|
|
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
|
|
|
this.qty = qty;
|
|
|
|
|
|
|
|
this.rcQty = rcQty;
|
|
|
|
|
|
|
|
this.itemStatus = itemStatus;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|