Browse Source

结构调整

CrazyIter_Bin 4 years ago
parent
commit
0b3ce7663b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.SDK/Models/Cosmos/School/ExamInfo.cs

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

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