CrazyIter_Bin hace 4 años
padre
commit
38b74a130c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      TEAMModelOS.SDK/Models/Cosmos/School/ExamInfo.cs

+ 1 - 1
TEAMModelOS.SDK/Models/Cosmos/School/ExamInfo.cs

@@ -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
     {