|
@@ -7,7 +7,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public class Semester
|
|
|
{
|
|
|
public string name { get; set; }
|
|
|
- public string count { get; set; }
|
|
|
+ public int start { get; set; }
|
|
|
public int month { get; set; }
|
|
|
public int day { get; set; }
|
|
|
public string id { get; set; }
|