修改关键零部件绑定的数据列中增加带绑定条码的长度、特征码内容bug
@ -138,6 +138,14 @@ public class MesStationBom extends BaseBean implements Serializable {
@ApiParam("产品类型名称")
private String produceCategoryName;
@Transient
@ApiParam("字符长度")
private Integer length;
@ApiParam("校验内容")
private String checkContent;
public double getQtyVal() {
return this.qty == null ? 0.0d : this.qty;
}