|
|
|
@ -176,6 +176,10 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("主队列状态")
|
|
|
|
|
private Integer masterStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("产品条码")
|
|
|
|
|
private String productSn;
|
|
|
|
|
|
|
|
|
|
public double getQueueSeqVal() {
|
|
|
|
|
return this.queueSeq == null ? 0.0d : this.queueSeq;
|
|
|
|
|
}
|
|
|
|
|