Removed console logging for hold date and added display of daily and weekly part changes (completed and projected).
This commit is contained in:
@ -8,6 +8,8 @@ public class ReactorPSNWORuns
|
||||
public string REACTOR { get; set; }
|
||||
[JsonPropertyName("PSN")]
|
||||
public string PSN { get; set; }
|
||||
[JsonPropertyName("WO")]
|
||||
public string WO { get; set; }
|
||||
[JsonPropertyName("WO_COUNT")]
|
||||
public int WO_COUNT { get; set; }
|
||||
}
|
Reference in New Issue
Block a user