|
@@ -11,7 +11,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public string picture { get; set; }
|
|
|
public int size { get; set; }
|
|
|
public string job { get; set; }
|
|
|
- public List<string> roles { get; set; }
|
|
|
+ public List<string> roles { get; set; } = new List<string>();
|
|
|
public List<string> permissions { get; set; }
|
|
|
public string status { get; set; }
|
|
|
public long createTime { get; set; }
|