Reorganized project structure to separate backend process from frontend process.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace ReportingServices.Shared.Models.PlanningReport
|
||||
{
|
||||
public class ReactorPSNWORuns
|
||||
{
|
||||
public string REACTOR { get; set; }
|
||||
public string PSN { get; set; }
|
||||
public int WO_COUNT { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user