|
|
|
@ -141,7 +141,7 @@ public class WmsPart extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@Column(name = "OUT_CLOSE_FLAG")
|
|
|
|
|
@ApiParam("項目结算标识")
|
|
|
|
|
private String outCloseFlag;
|
|
|
|
|
private String outCloseFlag = "2";
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("总数量")
|
|
|
|
@ -153,7 +153,7 @@ public class WmsPart extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_PROD_LOT")
|
|
|
|
|
@ApiParam(value = "是否录入生产批次", example = "1")
|
|
|
|
|
private Integer isProdLot;
|
|
|
|
|
private Integer isProdLot = 2;
|
|
|
|
|
|
|
|
|
|
public int getIqcValue(){
|
|
|
|
|
return this.iqc == null ? 0 : this.iqc.intValue();
|
|
|
|
|