不良处理增加展示字段

yun-zuoyi
joke.wang 5 years ago
parent 445f6b309c
commit e21e49ae93

@ -162,4 +162,8 @@ public class MesPart extends BaseBean implements Serializable {
@Transient @Transient
@ApiParam("BOM用量") @ApiParam("BOM用量")
private Double bomQty = 0d; private Double bomQty = 0d;
@Transient
@ApiParam("客户零件号")
private String custPartNo;
} }

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

Loading…
Cancel
Save