|
|
|
@ -170,6 +170,10 @@ public class MesStationBom extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("客户零件号")
|
|
|
|
|
private String custPartNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("配方项")
|
|
|
|
|
private String recipeItem;
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
|
}
|
|
|
|
|