|
@@ -99,7 +99,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
//该试卷配分情况
|
|
|
public List<double> point { get; set; }
|
|
|
public List<List<string>> answers { get; set; }
|
|
|
- public List<string> knowledge { get; set; }
|
|
|
+ public List<List<string>> knowledge { get; set; }
|
|
|
public List<string> field { get; set; }
|
|
|
}
|
|
|
/*public class Condition
|