CrazyIter_Bin 3 vuotta sitten
vanhempi
commit
c4b64e4479

+ 1 - 0
TEAMModelOS.SDK/Models/Cosmos/School/Area.cs

@@ -16,5 +16,6 @@ namespace TEAMModelOS.SDK.Models
         public string provName { get; set; }
         public string provName { get; set; }
         public string cityCode { get; set; }
         public string cityCode { get; set; }
         public string cityName { get; set; }
         public string cityName { get; set; }
+        public string standard { get; set; }
     }
     }
 }
 }

+ 1 - 1
TEAMModelOS.SDK/Models/Cosmos/School/School.cs

@@ -71,7 +71,7 @@ namespace TEAMModelOS.SDK.Models
         /// 1 普教,2 高职教
         /// 1 普教,2 高职教
         /// </summary>
         /// </summary>
         public int type { get; set; }
         public int type { get; set; }
-      
+        public string standard { get; set; } 
 
 
     }
     }
     /// <summary>
     /// <summary>