|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.mes.pcn.bean;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.pcn.model.MesWorkOrderButtonModel;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.pcn.model.MesButtonFlagModel;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
@ -201,7 +201,7 @@ public class MesWorkOrder extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("mes生产工单页面按钮控制")
|
|
|
|
|
private MesWorkOrderButtonModel workOrderButtonModel;
|
|
|
|
|
private MesButtonFlagModel workOrderButtonModel;
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
|