Merge pull request '中航条码表修改' (#367) from baoyu.wang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/367
yun-zuoyi
臧学普 3 years ago
commit ffe6708ea4

@ -1173,4 +1173,26 @@ public class WmsStockSn extends BaseBean {
this.queueGroupNo = queueGroupNo;
this.remark = remark;
}
public WmsStockSn(String organizeCode, String batchNo, String sn, String workCenterCode, String partNo,
String partNameRdd, String shippingFlag,Double qty, String leftCode, String createUser, String createDatetime,
String modifyUser, String modifyDatetime) {
this.organizeCode = organizeCode;
this.batchNo = batchNo;
this.sn = sn;
this.workCenterCode = workCenterCode;
this.partNo = partNo;
this.partNameRdd = partNameRdd;
this.shippingFlag = shippingFlag;
this.qty = qty;
this.leftCode = leftCode;
this.createUser = createUser;
this.createDatetime = createDatetime;
this.modifyUser = modifyUser;
this.modifyDatetime = modifyDatetime;
}
}

Loading…
Cancel
Save