|
|
|
@ -233,14 +233,14 @@ public class WmsMoveSn extends BaseBean {
|
|
|
|
|
this.refSrc = refSrc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsMoveSn(String partNo, String srcLocateNo, String destLocateNo, String createUser, String createDatetime, Integer busiTypeCode, Double qty) {
|
|
|
|
|
public WmsMoveSn(String partNo, String srcLocateNo, String destLocateNo, String createUser, String createDatetime, Integer busiTypeCode, Double destQty) {
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
this.srcLocateNo = srcLocateNo;
|
|
|
|
|
this.destLocateNo = destLocateNo;
|
|
|
|
|
this.createUser = createUser;
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
this.busiTypeCode = busiTypeCode;
|
|
|
|
|
this.qty = qty;
|
|
|
|
|
this.destQty = destQty;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsMoveSn(String organizeCode, String orderNo, Integer item, String partNo, String partNameRdd,
|
|
|
|
|