|
|
@ -265,4 +265,19 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
this.assyNo = assyNo;
|
|
|
|
this.assyNo = assyNo;
|
|
|
|
this.queueType = queueType;
|
|
|
|
this.queueType = queueType;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public MesQueueOrderDetail(Long id, String orderNo, String vinCode, String produceCategoryCode, String productSn, String serialNumber,
|
|
|
|
|
|
|
|
String groupSeq, String queueGroupNo, Integer groupNo, String groupSide, String jisBackflushStatus) {
|
|
|
|
|
|
|
|
this.id = id;
|
|
|
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
|
|
|
this.vinCode = vinCode;
|
|
|
|
|
|
|
|
this.produceCategoryCode = produceCategoryCode;
|
|
|
|
|
|
|
|
this.productSn = productSn;
|
|
|
|
|
|
|
|
this.serialNumber = serialNumber;
|
|
|
|
|
|
|
|
this.groupSeq = groupSeq;
|
|
|
|
|
|
|
|
this.queueGroupNo = queueGroupNo;
|
|
|
|
|
|
|
|
this.groupNo = groupNo;
|
|
|
|
|
|
|
|
this.groupSide = groupSide;
|
|
|
|
|
|
|
|
this.jisBackflushStatus = jisBackflushStatus;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|