Added calculation for daily planned wafer outs and display on production report.
This commit is contained in:
@ -12,5 +12,7 @@ namespace ReportingServices.Shared.Models.ProductionReport
|
||||
public int IFX_Scrap { get; set; }
|
||||
[JsonPropertyName("Yield")]
|
||||
public float Yield { get; set; }
|
||||
[JsonPropertyName("PlanWorkingDays")]
|
||||
public int PlanWorkingDays { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user