|
|
|
@ -494,7 +494,7 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails(String createDatetime, String srcZoneNo, String srcLocateNo, String destLocateNo, String createUser, Integer itemStatus, String orderNo, Long handleItemCount) {
|
|
|
|
|
public WmsDocMovementDetails(String createDatetime, String srcZoneNo, String srcLocateNo, String destLocateNo, String createUser, Integer itemStatus, String orderNo, Long handleItemCount, String planTime) {
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
this.srcZoneNo = srcZoneNo;
|
|
|
|
|
this.srcLocateNo = srcLocateNo;
|
|
|
|
@ -503,6 +503,7 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
this.itemStatus = itemStatus;
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.handleItemCount = handleItemCount;
|
|
|
|
|
this.planTime = planTime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails (String orderNo, String srcZoneNo, String destZoneNo, String destLocateNo) {
|
|
|
|
|