Ran formatting through code
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace ReportingServices.Shared.Models.PlanningReport
|
||||
namespace ReportingServices.Shared.Models.PlanningReport;
|
||||
|
||||
public class ReactorPSNWORuns
|
||||
{
|
||||
public class ReactorPSNWORuns
|
||||
{
|
||||
[JsonPropertyName("REACTOR")]
|
||||
public string REACTOR { get; set; }
|
||||
[JsonPropertyName("PSN")]
|
||||
public string PSN { get; set; }
|
||||
[JsonPropertyName("WO_COUNT")]
|
||||
public int WO_COUNT { get; set; }
|
||||
}
|
||||
}
|
||||
[JsonPropertyName("REACTOR")]
|
||||
public string REACTOR { get; set; }
|
||||
[JsonPropertyName("PSN")]
|
||||
public string PSN { get; set; }
|
||||
[JsonPropertyName("WO_COUNT")]
|
||||
public int WO_COUNT { get; set; }
|
||||
}
|
Reference in New Issue
Block a user