First Commit
This commit is contained in:
9
ReportingServices/ReportingObjects/ReactorOutsByRDS.cs
Normal file
9
ReportingServices/ReportingObjects/ReactorOutsByRDS.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace ReportingServices.ReportingObjects
|
||||
{
|
||||
public class ReactorOutsByRDS
|
||||
{
|
||||
public string RDS_NO { get; set; }
|
||||
public string Units { get; set; }
|
||||
public string EndProcessTime { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user