|
|
|
@ -466,4 +466,13 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
this.custNo = custNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails (String orderNo, String srcZoneNo, String destZoneNo, String destLocateNo,Integer priority,String createDatetime) {
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.srcZoneNo = srcZoneNo;
|
|
|
|
|
this.destZoneNo = destZoneNo;
|
|
|
|
|
this.destLocateNo = destLocateNo;
|
|
|
|
|
this.priority = priority;
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|