|
|
@ -157,6 +157,10 @@ public class IfProductOffLine extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("BaseModule零件号")
|
|
|
|
@ApiParam("BaseModule零件号")
|
|
|
|
private String baseModule;
|
|
|
|
private String baseModule;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "QUEUE_GROUP_FLAG")
|
|
|
|
|
|
|
|
@ApiParam("分组标识")
|
|
|
|
|
|
|
|
private String queueGroupFlag;
|
|
|
|
|
|
|
|
|
|
|
|
public IfProductOffLine(String partNo, String packageNo, Double qty, String workCenterCode, Integer qcStatus) {
|
|
|
|
public IfProductOffLine(String partNo, String packageNo, Double qty, String workCenterCode, Integer qcStatus) {
|
|
|
|
this.partNo = partNo;
|
|
|
|
this.partNo = partNo;
|
|
|
|
this.packageNo = packageNo;
|
|
|
|
this.packageNo = packageNo;
|
|
|
|