|
@@ -12,20 +12,14 @@ namespace TEAMModelOS.SDK.Models
|
|
/// </summary>
|
|
/// </summary>
|
|
|
|
|
|
public class ExamResultDto : CosmosEntity
|
|
public class ExamResultDto : CosmosEntity
|
|
- {
|
|
|
|
- [Required(ErrorMessage = "{0} 必须填写")]
|
|
|
|
- public string code { get; set; }
|
|
|
|
- // [PartitionKey(name = "ExamResult")]
|
|
|
|
- public string pk { get; set; }
|
|
|
|
- public int? ttl { get; set; }
|
|
|
|
|
|
+ {
|
|
public ExamResultDto()
|
|
public ExamResultDto()
|
|
{
|
|
{
|
|
classes = new List<Dictionary<string, int[]>>();
|
|
classes = new List<Dictionary<string, int[]>>();
|
|
result = new List<List<double>>();
|
|
result = new List<List<double>>();
|
|
ids = new List<string>();
|
|
ids = new List<string>();
|
|
point = new List<double>();
|
|
point = new List<double>();
|
|
- }
|
|
|
|
- public string id { get; set; }
|
|
|
|
|
|
+ }
|
|
public string name { get; set; }
|
|
public string name { get; set; }
|
|
public string time { get; set; }
|
|
public string time { get; set; }
|
|
public string subjectCode { get; set; }
|
|
public string subjectCode { get; set; }
|