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