|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|