|
@@ -73,7 +73,7 @@ namespace TEAMModelOS.SDK.Models
|
|
/// </summary>
|
|
/// </summary>
|
|
public bool compulsory { get; set; } =false;
|
|
public bool compulsory { get; set; } =false;
|
|
public string standard { get; set; }
|
|
public string standard { get; set; }
|
|
- public List<string> uncountIds { get; set; }
|
|
|
|
|
|
+ public List<string> uncountIds { get; set; } = new List<string>();
|
|
}
|
|
}
|
|
public class AbilityAuth
|
|
public class AbilityAuth
|
|
{
|
|
{
|