Added Category Description to downed tools table
This commit is contained in:
@ -14,4 +14,6 @@ public class ReactorEvent
|
||||
public string REACT_MODE { get; set; }
|
||||
[JsonPropertyName("COMMENT")]
|
||||
public string COMMENT { get; set; }
|
||||
[JsonPropertyName("CAT_PROB_DESC")]
|
||||
public string CAT_PROB_DESC { get; set; }
|
||||
}
|
Reference in New Issue
Block a user