Now will default to typed when OI is null for the Reactor
This commit is contained in:
@ -24,7 +24,7 @@ public class Run
|
||||
public string PartNo { get; set; }
|
||||
|
||||
[JsonPropertyName("reactor")]
|
||||
public int Reactor { get; set; }
|
||||
public int? Reactor { get; set; }
|
||||
|
||||
[JsonPropertyName("ps_no")]
|
||||
public string PSN { get; set; }
|
||||
|
Reference in New Issue
Block a user