Files
mesareportingservices/ReportingServices/ReportingObjects/ReactorOutsByRDS.cs
Daniel Wathen f996dcfb36 First Commit
2022-11-30 13:15:01 -07:00

10 lines
234 B
C#

namespace ReportingServices.ReportingObjects
{
public class ReactorOutsByRDS
{
public string RDS_NO { get; set; }
public string Units { get; set; }
public string EndProcessTime { get; set; }
}
}