10 lines
236 B
C#
10 lines
236 B
C#
namespace ReportingServices.Shared.Models.PlanningReport
|
|
{
|
|
public class ReactorPSNWORuns
|
|
{
|
|
public string REACTOR { get; set; }
|
|
public string PSN { get; set; }
|
|
public int WO_COUNT { get; set; }
|
|
}
|
|
}
|