@ -268,8 +268,8 @@ dataSrc ="cn.estsh.i3plus.pojo.wms.bean.WmsZones",
this.z = z;
}
public WmsLocate(Integer boxQty , Double partQty,String locateNo){
public WmsLocate(Long boxQty , Double partQty,String locateNo){
this.boxQty=boxQty;
this.boxQty=boxQty.intValue();
this.partQty=partQty;
this.locateNo=locateNo;