天津麦格纳看板BUG修复

yun-zuoyi
puxiao.liao 5 years ago
parent 08011a5722
commit cd2076d66a

@ -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.createDatetime = createDatetime;
this.srcZoneNo = srcZoneNo; this.srcZoneNo = srcZoneNo;
this.srcLocateNo = srcLocateNo; this.srcLocateNo = srcLocateNo;
@ -503,6 +503,7 @@ public class WmsDocMovementDetails extends BaseBean {
this.itemStatus = itemStatus; this.itemStatus = itemStatus;
this.orderNo = orderNo; this.orderNo = orderNo;
this.handleItemCount = handleItemCount; this.handleItemCount = handleItemCount;
this.planTime = planTime;
} }
public WmsDocMovementDetails (String orderNo, String srcZoneNo, String destZoneNo, String destLocateNo) { public WmsDocMovementDetails (String orderNo, String srcZoneNo, String destZoneNo, String destLocateNo) {

Loading…
Cancel
Save