|
|
@ -180,6 +180,10 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("产品条码")
|
|
|
|
@ApiParam("产品条码")
|
|
|
|
private String productSn;
|
|
|
|
private String productSn;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("队列类型")
|
|
|
|
|
|
|
|
private Integer queueType;
|
|
|
|
|
|
|
|
|
|
|
|
public double getQueueSeqVal() {
|
|
|
|
public double getQueueSeqVal() {
|
|
|
|
return this.queueSeq == null ? 0.0d : this.queueSeq;
|
|
|
|
return this.queueSeq == null ? 0.0d : this.queueSeq;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -207,7 +211,8 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
public MesQueueOrderDetail(String orderNo, String vinCode, String partNo, String partNameRdd, String produceCategoryCode,
|
|
|
|
public MesQueueOrderDetail(String orderNo, String vinCode, String partNo, String partNameRdd, String produceCategoryCode,
|
|
|
|
Integer status, String serialNumber, Double seq, Integer isGroupPrinted, String createDatetime,
|
|
|
|
Integer status, String serialNumber, Double seq, Integer isGroupPrinted, String createDatetime,
|
|
|
|
String processLabelTemplate, String prodLabelTemplate,String optionCode,String produceColor,String gradeCode,String assyNo) {
|
|
|
|
String processLabelTemplate, String prodLabelTemplate,String optionCode,String produceColor,
|
|
|
|
|
|
|
|
String gradeCode,String assyNo,Integer queueType) {
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
this.vinCode = vinCode;
|
|
|
|
this.vinCode = vinCode;
|
|
|
|
this.partNo = partNo;
|
|
|
|
this.partNo = partNo;
|
|
|
@ -224,5 +229,6 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
this.produceColor = produceColor;
|
|
|
|
this.produceColor = produceColor;
|
|
|
|
this.gradeCode = gradeCode;
|
|
|
|
this.gradeCode = gradeCode;
|
|
|
|
this.assyNo = assyNo;
|
|
|
|
this.assyNo = assyNo;
|
|
|
|
|
|
|
|
this.queueType = queueType;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|