|
|
@ -350,6 +350,14 @@ public class MesWorkOrder extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("是否虚拟件")
|
|
|
|
@ApiParam("是否虚拟件")
|
|
|
|
private Integer isFictive = 2;
|
|
|
|
private Integer isFictive = 2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("圈数")
|
|
|
|
|
|
|
|
private Integer rounds;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("小车号")
|
|
|
|
|
|
|
|
private String smallCarNo;
|
|
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
public double getQtyVal() {
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|