|
@@ -33,6 +33,10 @@ namespace TEAMModelOS.SDK.Models
|
|
public string picture { get; set; }
|
|
public string picture { get; set; }
|
|
|
|
|
|
public TimeZone timeZone { get; set; }
|
|
public TimeZone timeZone { get; set; }
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 1 普教,2 高职教
|
|
|
|
+ /// </summary>
|
|
|
|
+ public int type { get; set; }
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|