|
@@ -277,7 +277,7 @@ namespace TEAMModelBI.Controllers.BISchool
|
|
|
address = bischool.address,
|
|
|
picture = "https://teammodelstorage.blob.core.chinacloudapi.cn/0-public/school/bbf54fb3-3fc8-43ae-a358-107281c174cc.png",
|
|
|
timeZone = new TEAMModelOS.SDK.Models.TimeZone { label = "(UTC+08:00) 北京,重庆,香港特别行政区,乌鲁木齐", value = "+08:00" },
|
|
|
- type = 1,
|
|
|
+ type = bischool.type,
|
|
|
pk = "School",
|
|
|
ttl = -1,
|
|
|
areaId = bischool.areaId,
|
|
@@ -1085,6 +1085,13 @@ namespace TEAMModelBI.Controllers.BISchool
|
|
|
/// 学校详细地址
|
|
|
/// </summary>
|
|
|
public string address { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 学校类型
|
|
|
+ /// </summary>
|
|
|
+ public int type { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 区域ID
|
|
|
+ /// </summary>
|
|
|
public string areaId { get; set; }
|
|
|
}
|
|
|
|