Finish Task:1896 Cost:8h

yun-zuoyi
wynne1005 5 years ago
parent 677cc85360
commit 0636daed51

@ -126,6 +126,10 @@ public class MesStationBom extends BaseBean implements Serializable {
@ApiParam("半成品条码")
private String halfProductSn;
@Transient
@ApiParam("主任务编号")
private String orderNo;
public double getQtyVal() {
return this.qty == null ? 0.0d : this.qty;
}

Loading…
Cancel
Save