|
|
@ -134,6 +134,11 @@ public class WmsLocate extends BaseBean {
|
|
|
|
this.destBoxQty = destBoxQty;
|
|
|
|
this.destBoxQty = destBoxQty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsLocate(Integer boxQty , Double partQty,String locateNo){
|
|
|
|
|
|
|
|
this.boxQty=boxQty;
|
|
|
|
|
|
|
|
this.partQty=partQty;
|
|
|
|
|
|
|
|
this.locateNo=locateNo;
|
|
|
|
|
|
|
|
}
|
|
|
|
public Integer getMaxPackageQty() {
|
|
|
|
public Integer getMaxPackageQty() {
|
|
|
|
return this.maxPackageQty == null ? 0 : this.maxPackageQty.intValue();
|
|
|
|
return this.maxPackageQty == null ? 0 : this.maxPackageQty.intValue();
|
|
|
|
}
|
|
|
|
}
|
|
|
|