|
@@ -28,10 +28,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public string city { get; set; }
|
|
|
public int size { get; set; }
|
|
|
|
|
|
- /// <summary>
|
|
|
- /// 课程计划表
|
|
|
- /// </summary>
|
|
|
- public List<TimeTable> timetable { get; set; }
|
|
|
+
|
|
|
public string address { get; set; }
|
|
|
public string picture { get; set; }
|
|
|
|