|
@@ -138,6 +138,8 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public List<int> field { get; set; } = new List<int>();
|
|
|
public string sheet { get; set; } //public long sequenceNumber { get; set; }
|
|
|
public string sheetNo { get; set; } //public long sequenceNumber { get; set; }
|
|
|
+ //记录试卷作答时间
|
|
|
+ public int time { get; set; } = 0;
|
|
|
|
|
|
//public List<Dictionary<string, int>> record { get; set; } = new List<Dictionary<string, int>>();
|
|
|
|