chore
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public class KeyValue
|
||||
{
|
||||
public string Key { get; set; } = string.Empty;
|
||||
public string Label { get; set; } = string.Empty;
|
||||
public string Value { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public class KeyValueTree
|
||||
{
|
||||
public string Key { get; set; } = string.Empty;
|
||||
public string Label { get; set; } = string.Empty;
|
||||
public string Value { get; set; } = string.Empty;
|
||||
public List<KeyValueTree> Children { get; set; } = new List<KeyValueTree>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user