ソースを参照

增加答题卡关联

CrazyIter_Bin 3 年 前
コミット
f792bf3d76

+ 3 - 2
TEAMModelOS.SDK/Models/Cosmos/School/ExamInfo.cs

@@ -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>>();
-      
+
     }
 
    

+ 1 - 0
TEAMModelOS.SDK/Models/Cosmos/School/Paper.cs

@@ -60,6 +60,7 @@ namespace TEAMModelOS.SDK.Models
         public double score { get; set; }
         public string scope { get; set; }
         public int multipleRule { get; set; }
+        public string sheet { get; set; }
         //记录试卷大小
         public long? size { get; set; } = 0;