|
|
|
@ -46,6 +46,15 @@ public class RecipeIfsItem { |
|
|
|
private String excludeFromCalculationsDb; |
|
|
|
private String excludeFromAsBuiltDb; |
|
|
|
private String lotBatchOriginDb; |
|
|
|
private BigDecimal weightShare; |
|
|
|
|
|
|
|
public BigDecimal getWeightShare() { |
|
|
|
return weightShare; |
|
|
|
} |
|
|
|
|
|
|
|
public void setWeightShare(BigDecimal weightShare) { |
|
|
|
this.weightShare = weightShare; |
|
|
|
} |
|
|
|
|
|
|
|
public BigDecimal getPartsByWeight() { |
|
|
|
return partsByWeight; |
|
|
|
|