|
|
@ -1,5 +1,8 @@ |
|
|
package com.spring.modules.part.entity.APIEntity; |
|
|
package com.spring.modules.part.entity.APIEntity; |
|
|
|
|
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* BOM子物料 |
|
|
* BOM子物料 |
|
|
*/ |
|
|
*/ |
|
|
@ -21,11 +24,172 @@ public class RecipeIfsItem { |
|
|
private String ifsRowId;// ifs的对象id |
|
|
private String ifsRowId;// ifs的对象id |
|
|
private String ifsRowVersion;// ifs的对象id |
|
|
private String ifsRowVersion;// ifs的对象id |
|
|
private String histType;// 类型 |
|
|
private String histType;// 类型 |
|
|
|
|
|
|
|
|
private String printUnit; // 单位 |
|
|
private String printUnit; // 单位 |
|
|
private String issueToLoc; // 发料库位 |
|
|
private String issueToLoc; // 发料库位 |
|
|
private String operationNo; // 工序id |
|
|
private String operationNo; // 工序id |
|
|
private String consumptionItem; // 消耗项目 |
|
|
private String consumptionItem; // 消耗项目 |
|
|
|
|
|
private BigDecimal partsByWeight; |
|
|
|
|
|
private BigDecimal qtyUom; |
|
|
|
|
|
private String issuePlannedScrapDb; |
|
|
|
|
|
private String issueOverreportedQtyDb; |
|
|
|
|
|
private String fixedQtyFlag; |
|
|
|
|
|
private String promisePlanned; |
|
|
|
|
|
private String phantomConsume; |
|
|
|
|
|
private String operCostDistribution; |
|
|
|
|
|
private String genOhCostDistribution; |
|
|
|
|
|
private BigDecimal qtyKg; |
|
|
|
|
|
private String byProdAsSupplyInMrpDb; |
|
|
|
|
|
private String leadtimeOffset; |
|
|
|
|
|
private String stdPlannedItem; |
|
|
|
|
|
private String chargedItem; |
|
|
|
|
|
private Date lastActivityDate; |
|
|
|
|
|
private String excludeFromCalculationsDb; |
|
|
|
|
|
private String excludeFromAsBuiltDb; |
|
|
|
|
|
private String lotBatchOriginDb; |
|
|
|
|
|
|
|
|
|
|
|
public BigDecimal getPartsByWeight() { |
|
|
|
|
|
return partsByWeight; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setPartsByWeight(BigDecimal partsByWeight) { |
|
|
|
|
|
this.partsByWeight = partsByWeight; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public BigDecimal getQtyUom() { |
|
|
|
|
|
return qtyUom; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setQtyUom(BigDecimal qtyUom) { |
|
|
|
|
|
this.qtyUom = qtyUom; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getIssuePlannedScrapDb() { |
|
|
|
|
|
return issuePlannedScrapDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setIssuePlannedScrapDb(String issuePlannedScrapDb) { |
|
|
|
|
|
this.issuePlannedScrapDb = issuePlannedScrapDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getIssueOverreportedQtyDb() { |
|
|
|
|
|
return issueOverreportedQtyDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setIssueOverreportedQtyDb(String issueOverreportedQtyDb) { |
|
|
|
|
|
this.issueOverreportedQtyDb = issueOverreportedQtyDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getFixedQtyFlag() { |
|
|
|
|
|
return fixedQtyFlag; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setFixedQtyFlag(String fixedQtyFlag) { |
|
|
|
|
|
this.fixedQtyFlag = fixedQtyFlag; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getPromisePlanned() { |
|
|
|
|
|
return promisePlanned; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setPromisePlanned(String promisePlanned) { |
|
|
|
|
|
this.promisePlanned = promisePlanned; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getPhantomConsume() { |
|
|
|
|
|
return phantomConsume; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setPhantomConsume(String phantomConsume) { |
|
|
|
|
|
this.phantomConsume = phantomConsume; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getOperCostDistribution() { |
|
|
|
|
|
return operCostDistribution; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setOperCostDistribution(String operCostDistribution) { |
|
|
|
|
|
this.operCostDistribution = operCostDistribution; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getGenOhCostDistribution() { |
|
|
|
|
|
return genOhCostDistribution; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setGenOhCostDistribution(String genOhCostDistribution) { |
|
|
|
|
|
this.genOhCostDistribution = genOhCostDistribution; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public BigDecimal getQtyKg() { |
|
|
|
|
|
return qtyKg; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setQtyKg(BigDecimal qtyKg) { |
|
|
|
|
|
this.qtyKg = qtyKg; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getByProdAsSupplyInMrpDb() { |
|
|
|
|
|
return byProdAsSupplyInMrpDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setByProdAsSupplyInMrpDb(String byProdAsSupplyInMrpDb) { |
|
|
|
|
|
this.byProdAsSupplyInMrpDb = byProdAsSupplyInMrpDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLeadtimeOffset() { |
|
|
|
|
|
return leadtimeOffset; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setLeadtimeOffset(String leadtimeOffset) { |
|
|
|
|
|
this.leadtimeOffset = leadtimeOffset; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getStdPlannedItem() { |
|
|
|
|
|
return stdPlannedItem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setStdPlannedItem(String stdPlannedItem) { |
|
|
|
|
|
this.stdPlannedItem = stdPlannedItem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getChargedItem() { |
|
|
|
|
|
return chargedItem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setChargedItem(String chargedItem) { |
|
|
|
|
|
this.chargedItem = chargedItem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public Date getLastActivityDate() { |
|
|
|
|
|
return lastActivityDate; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setLastActivityDate(Date lastActivityDate) { |
|
|
|
|
|
this.lastActivityDate = lastActivityDate; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getExcludeFromCalculationsDb() { |
|
|
|
|
|
return excludeFromCalculationsDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setExcludeFromCalculationsDb(String excludeFromCalculationsDb) { |
|
|
|
|
|
this.excludeFromCalculationsDb = excludeFromCalculationsDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getExcludeFromAsBuiltDb() { |
|
|
|
|
|
return excludeFromAsBuiltDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setExcludeFromAsBuiltDb(String excludeFromAsBuiltDb) { |
|
|
|
|
|
this.excludeFromAsBuiltDb = excludeFromAsBuiltDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLotBatchOriginDb() { |
|
|
|
|
|
return lotBatchOriginDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setLotBatchOriginDb(String lotBatchOriginDb) { |
|
|
|
|
|
this.lotBatchOriginDb = lotBatchOriginDb; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public String getRomType() { |
|
|
public String getRomType() { |
|
|
return romType; |
|
|
return romType; |
|
|
|