|
|
|
@ -470,7 +470,8 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails (String createDatetime, String srcLocateNo, String destLocateNo, String createUser,Integer itemStatus,String orderNo,String partNo) {
|
|
|
|
|
public WmsDocMovementDetails (String createDatetime, String srcZoneNo,String srcLocateNo, String destLocateNo, String createUser,Integer itemStatus,String orderNo,String partNo) {
|
|
|
|
|
System.out.println("=======参数方法");
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
this.srcLocateNo = srcLocateNo;
|
|
|
|
|
this.destLocateNo = destLocateNo;
|
|
|
|
@ -478,6 +479,7 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
this.itemStatus= itemStatus;
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.partNo=partNo;
|
|
|
|
|
this.srcZoneNo = srcZoneNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails (String orderNo, String srcZoneNo, String destZoneNo, String destLocateNo) {
|
|
|
|
|