|
|
|
@ -491,7 +491,7 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails(String createDatetime, String srcZoneNo, String srcLocateNo, String destLocateNo, String createUser, Integer itemStatus, String orderNo, String planTime, Long itemCount) {
|
|
|
|
|
public WmsDocMovementDetails(String createDatetime, String srcZoneNo, String srcLocateNo, String destLocateNo, String createUser, Integer itemStatus, String orderNo, String planDate, String planTime, Long itemCount) {
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
this.srcZoneNo = srcZoneNo;
|
|
|
|
|
this.srcLocateNo = srcLocateNo;
|
|
|
|
@ -499,6 +499,7 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
this.createUser = createUser;
|
|
|
|
|
this.itemStatus = itemStatus;
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.planDate = planDate;
|
|
|
|
|
this.planTime = planTime;
|
|
|
|
|
this.itemCount = itemCount;
|
|
|
|
|
}
|
|
|
|
|