Added Hot Work Order information into downed tool table and as a line item in the daily report.
This commit is contained in:
@ -17,6 +17,7 @@ public class DailyReport
|
||||
public ManualReportEntries ManualReportEntries { get; set; }
|
||||
public List<UnloadTempsByDay> UnloadTempsByDay { get; set; }
|
||||
public List<SLLTool> SLLTools { get; set; }
|
||||
public List<string> CurrentHotWORunning { get; set; }
|
||||
public int NumberOfToolsWaferSize6IN { get; set; }
|
||||
public int NumberOfToolsWaferSize8IN { get; set; }
|
||||
public int NumberOfToolsWaferSize6INScheduled { get; set; }
|
||||
|
Reference in New Issue
Block a user