|
|
@ -375,6 +375,18 @@ public class MesWorkOrder extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("行颜色")
|
|
|
|
@ApiParam("行颜色")
|
|
|
|
private String rowColor;
|
|
|
|
private String rowColor;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("一检数量")
|
|
|
|
|
|
|
|
private Integer endCheckQty;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("终检数量")
|
|
|
|
|
|
|
|
private Integer finalInspectionQty;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("已报工数量")
|
|
|
|
|
|
|
|
private Integer productOffLineQty;
|
|
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
public double getQtyVal() {
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|