CrazyIter 5 年之前
父节点
当前提交
6bbeb8cec5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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; }