Merge branch 'test' of channing.zhang/i3plus-pojo into test

yun-zuoyi
廖普小 4 years ago committed by nancy.li
commit c45d4e8aaf

@ -426,6 +426,7 @@ public class WmsDocMovementMaster extends BaseBean {
this.custTel = custTel;
}
public WmsDocMovementMaster(String orderNo,String createDatetime,Integer inQty,Integer orderStatus,String organizeCode,String createUser,String planDate,String planTime) {
this.orderNo = orderNo;
this.createDatetime = createDatetime;
@ -435,5 +436,6 @@ public class WmsDocMovementMaster extends BaseBean {
this.createUser = createUser;
this.assignPlanDate = planDate;
this.assignPlanTime = planTime;
}
}

Loading…
Cancel
Save