|
@@ -15,7 +15,7 @@ namespace TEAMModelOS.Service.Models.Core
|
|
|
public string id { get; set; }
|
|
|
public string schoolCode { get; set; }
|
|
|
[PartitionKey]
|
|
|
- public string countryCode { get; set; }
|
|
|
+ public string areaCode { get; set; }
|
|
|
public string schoolName { get; set; }
|
|
|
public List<Period> period { get; set; }
|
|
|
|