|
|
|
@ -294,6 +294,10 @@ public class MesWorkOrder extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("工位完成数量")
|
|
|
|
|
private Integer stationCompleteQty = 0;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("客户物料号")
|
|
|
|
|
private String customerPartNo;
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
|
}
|
|
|
|
|