Added data pull for previous week and capability for production passdown to view previous week data, added tool state mapping json file and production passdown report shows owners, removed unnecessary jQuery package.
This commit is contained in:
10
ReportingServices/ReportingObjects/QuarterlyTargets.cs
Normal file
10
ReportingServices/ReportingObjects/QuarterlyTargets.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace ReportingServices.ReportingObjects
|
||||
{
|
||||
public class QuarterlyTargets
|
||||
{
|
||||
public int Reactor_Outs { get; set; }
|
||||
public int Yield_Outs { get; set; }
|
||||
public int IFX_Scrap { get; set; }
|
||||
public float Yield { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user