|
|
@ -138,6 +138,14 @@ public class MesStationBom extends BaseBean implements Serializable {
|
|
|
|
@ApiParam("产品类型名称")
|
|
|
|
@ApiParam("产品类型名称")
|
|
|
|
private String produceCategoryName;
|
|
|
|
private String produceCategoryName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("字符长度")
|
|
|
|
|
|
|
|
private Integer length;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("校验内容")
|
|
|
|
|
|
|
|
private String checkContent;
|
|
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
public double getQtyVal() {
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|