yun-zuoyi
曾贞一 5 years ago
commit c543043da5

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

Loading…
Cancel
Save