CrazyIter 5 years ago
parent
commit
6bbeb8cec5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.Service/Models/Core/School.cs

+ 1 - 1
TEAMModelOS.Service/Models/Core/School.cs

@@ -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; }