|
|
|
@ -233,13 +233,13 @@ public class WmsMoveSn extends BaseBean {
|
|
|
|
|
this.refSrc = refSrc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsMoveSn(String partNo, String srcLocateNo, String destLocateNo, String createUser, String createDatetime, Integer busiTypeCode, Double destQty) {
|
|
|
|
|
public WmsMoveSn(String partNo, String srcLocateNo, String destLocateNo, String createUser, String createDatetime, String transTypeName, Double destQty) {
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
this.srcLocateNo = srcLocateNo;
|
|
|
|
|
this.destLocateNo = destLocateNo;
|
|
|
|
|
this.createUser = createUser;
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
this.busiTypeCode = busiTypeCode;
|
|
|
|
|
this.transTypeName = transTypeName;
|
|
|
|
|
this.destQty = destQty;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|