|
@@ -72,7 +72,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public PeriodSimple period { get; set; }
|
|
|
public List<Grade> grades { get; set; }
|
|
|
public List<ExamSubject> subjects { get; set; }
|
|
|
- public List<string> sheet { get; set; } //public long sequenceNumber { get; set; }
|
|
|
+
|
|
|
//public Condition conditions { get; set; }
|
|
|
//public List<string> blobUrl { get; set; }
|
|
|
public string progress { get; set; }
|
|
@@ -123,9 +123,10 @@ namespace TEAMModelOS.SDK.Models
|
|
|
//题目类型
|
|
|
public List<string> type { get; set; } = new List<string>();
|
|
|
public List<int> field { get; set; } = new List<int>();
|
|
|
+ public string sheet { get; set; } //public long sequenceNumber { get; set; }
|
|
|
|
|
|
//public List<Dictionary<string, int>> record { get; set; } = new List<Dictionary<string, int>>();
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|