|
|
|
@ -124,6 +124,10 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("分组序号")
|
|
|
|
|
private String groupSeq;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PRODUCT_SN")
|
|
|
|
|
@ApiParam("产品条码")
|
|
|
|
|
private String productSn;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("Vin")
|
|
|
|
|
private String vinCode;
|
|
|
|
@ -181,10 +185,6 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
|
private Integer masterStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("产品条码")
|
|
|
|
|
private String productSn;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("队列类型")
|
|
|
|
|
private Integer queueType;
|
|
|
|
|
|
|
|
|
|