|
|
@ -220,6 +220,10 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public double getFinsihQtyVal() {
|
|
|
|
|
|
|
|
return this.finsihQty == null ? 0.0d : this.finsihQty;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public int getStatusVal() {
|
|
|
|
public int getStatusVal() {
|
|
|
|
return this.status == null ? 0 : this.status;
|
|
|
|
return this.status == null ? 0 : this.status;
|
|
|
|
}
|
|
|
|
}
|
|
|
|