|
@@ -100,7 +100,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public List<double> point { get; set; }
|
|
|
public List<List<string>> answers { get; set; }
|
|
|
public List<List<string>> knowledge { get; set; }
|
|
|
- public List<string> field { get; set; }
|
|
|
+ public List<int> field { get; set; }
|
|
|
}
|
|
|
/*public class Condition
|
|
|
{
|