@ -162,4 +162,8 @@ public class MesPart extends BaseBean implements Serializable {
@Transient
@ApiParam("BOM用量")
private Double bomQty = 0d;
@ApiParam("客户零件号")
private String custPartNo;
}
@ -159,6 +159,10 @@ public class MesStationBom extends BaseBean implements Serializable {
@ApiParam("校验内容")
private String checkContent;
public double getQtyVal() {
return this.qty == null ? 0.0d : this.qty;