|
@@ -13,8 +13,9 @@ namespace TEAMModelOS.Service.Models.Core
|
|
|
}
|
|
|
[JsonProperty(PropertyName = "id")]
|
|
|
public string id { get; set; }
|
|
|
- [PartitionKey]
|
|
|
public string schoolCode { get; set; }
|
|
|
+ [PartitionKey]
|
|
|
+ public string countryCode { get; set; }
|
|
|
public string schoolName { get; set; }
|
|
|
public List<Period> period { get; set; }
|
|
|
|