Merge remote-tracking branch 'remotes/origin/test' into dev

yun-zuoyi
Dominic_Xiao 5 years ago
commit 30200bd589

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