【12645 19048-喷涂质检报表用开始和结束工单查询无反应-20201123】

yun-zuoyi
陈思洁 5 years ago
parent 46cc056a43
commit 19636e308e

@ -169,12 +169,13 @@ public class IfProductOffLine extends BaseBean implements Serializable {
this.qcStatus = qcStatus;
}
public IfProductOffLine(String workCenterCode, String partNo, String partName, String packageNo, Double qty, String createDatetime) {
public IfProductOffLine(String workCenterCode, String partNo, String partName, String packageNo, Double qty, String createDatetime, String workOrderNo) {
this.workCenterCode = workCenterCode;
this.partNo = partNo;
this.partName = partName;
this.packageNo = packageNo;
this.qty = qty;
this.createDatetime = createDatetime;
this.workOrderNo = workOrderNo;
}
}

Loading…
Cancel
Save