|
@@ -17,9 +17,9 @@ namespace TEAMModelOS.Model.Evaluation.Models.CosmosModels
|
|
|
public string ExTime { get; set; }
|
|
|
public int AcademicYear { get; set; }
|
|
|
public int SOrder { get; set; }
|
|
|
+ [PartitionKey]
|
|
|
public string Subject { get; set; }
|
|
|
public string ItemNO { get; set; }
|
|
|
- [PartitionKey]
|
|
|
public string SchoolName { get; set; }
|
|
|
|
|
|
}
|