|
|
|
@ -22,9 +22,6 @@ public class MesProductionPsOutContext extends MesProduceSn implements Serializa
|
|
|
|
|
@ApiParam(name = "是否计算工单完成数量")
|
|
|
|
|
private Integer isCalcCompleteQty = CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue();
|
|
|
|
|
|
|
|
|
|
@ApiParam(name = "裁片工单号")
|
|
|
|
|
private String cutWorkOrderNo;
|
|
|
|
|
|
|
|
|
|
public MesProductionPsOutContext() {}
|
|
|
|
|
|
|
|
|
|
public MesProductionPsOutContext copy(MesProduceSn produceSn, Integer foreignKey) {
|
|
|
|
@ -44,11 +41,6 @@ public class MesProductionPsOutContext extends MesProduceSn implements Serializa
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public MesProductionPsOutContext cutWorkOrderNo(String cutWorkOrderNo) {
|
|
|
|
|
this.setCutWorkOrderNo(cutWorkOrderNo);
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public MesProductionPsOutContext isCalcCompleteQty(Boolean isCalcCompleteQty) {
|
|
|
|
|
if (isCalcCompleteQty) this.isCalcCompleteQty = CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue();
|
|
|
|
|
return this;
|
|
|
|
|