Added calculation for daily planned wafer outs and display on production report.

This commit is contained in:
Daniel Wathen
2023-01-04 19:26:33 -07:00
parent 03668e1335
commit 9f08d6630c
5 changed files with 24 additions and 13 deletions

View File

@ -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; }
}
}