【盘点--调差后库存对不上(C202001070020,C202001070021)】【bug7314 】

yun-zuoyi
qianhs 6 years ago
parent 2396863bab
commit 2eb14492d4

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

Loading…
Cancel
Save