|
@@ -14,7 +14,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public string studentId { get; set; }
|
|
|
public string studentName { get; set; }
|
|
|
public string picture { get; set; }
|
|
|
- public string userType { get; set; }
|
|
|
+ public int userType { get; set; }
|
|
|
public string school { get; set; }
|
|
|
public List<string> classIds { get; set; }
|
|
|
public string artId { get; set; }
|