First Commit
This commit is contained in:
15
ReportingServices/ReportingObjects/ToolStateCurrent.cs
Normal file
15
ReportingServices/ReportingObjects/ToolStateCurrent.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace ReportingServices.ReportingObjects
|
||||
{
|
||||
public class ToolStateCurrent
|
||||
{
|
||||
public string Tool { get; set; }
|
||||
public string TranTime { get; set; }
|
||||
public string GanttEndTime { get; set; }
|
||||
public string GanttElapsedHours { get; set; }
|
||||
public string BasicStateDescription { get; set; }
|
||||
public string SubState { get; set; }
|
||||
public string ReactorStatus { get; set; }
|
||||
public string Comment { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user