北京领料任务提交

yun-zuoyi
liangyao 4 years ago
parent 4b0c9b927f
commit e5c7432093

@ -419,11 +419,10 @@ public class WmsDocMovementMaster extends BaseBean {
this.custTel = custTel;
}
public WmsDocMovementMaster(String orderNo,String createDatetime,Double qty,Double snp,Integer orderStatus,String organizeCode,String createUser,String planDate,String planTime) {
public WmsDocMovementMaster(String orderNo,String createDatetime,Double qty,Integer orderStatus,String organizeCode,String createUser,String planDate,String planTime) {
this.orderNo = orderNo;
this.createDatetime = createDatetime;
this.qty = qty;
this.snp = snp;
this.orderStatus = orderStatus;
this.organizeCode = organizeCode;
this.createUser = createUser;

Loading…
Cancel
Save