绑定关键件增加显示列

yun-zuoyi
joke.wang 4 years ago
parent 06655e4790
commit cd5773fb2e

@ -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;
}

Loading…
Cancel
Save