parent
29bab5972d
commit
04139a1a7d
@ -1,83 +1,85 @@
|
|||||||
{
|
{
|
||||||
"小学": {
|
"2019": {
|
||||||
"schoolName": {
|
"小学": {
|
||||||
"index": 1,
|
"schoolName": {
|
||||||
"name": "学校名称",
|
"index": 1,
|
||||||
"type": "String"
|
"name": "学校名称",
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"schoolType": {
|
||||||
|
"index": 3,
|
||||||
|
"name": "学校类型",
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"schoolCount": {
|
||||||
|
"index": 5,
|
||||||
|
"name": "学校数量",
|
||||||
|
"type": "Integer"
|
||||||
|
},
|
||||||
|
"city": {
|
||||||
|
"index": 350,
|
||||||
|
"name": "市",
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"district": {
|
||||||
|
"index": 351,
|
||||||
|
"name": "区",
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"schoolType": {
|
"初中": {
|
||||||
"index": 3,
|
"schoolName": {
|
||||||
"name": "学校类型",
|
"index": 1,
|
||||||
"type": "String"
|
"name": "学校名称",
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"schoolType": {
|
||||||
|
"index": 3,
|
||||||
|
"name": "学校类型",
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"schoolCount": {
|
||||||
|
"index": 5,
|
||||||
|
"name": "学校数量",
|
||||||
|
"type": "Integer"
|
||||||
|
},
|
||||||
|
"city": {
|
||||||
|
"index": 374,
|
||||||
|
"name": "市",
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"district": {
|
||||||
|
"index": 375,
|
||||||
|
"name": "区",
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"schoolCount": {
|
"高中": {
|
||||||
"index": 5,
|
"schoolName": {
|
||||||
"name": "学校数量",
|
"index": 1,
|
||||||
"type": "Integer"
|
"name": "学校名称",
|
||||||
},
|
"type": "String"
|
||||||
"city": {
|
},
|
||||||
"index": 350,
|
"schoolType": {
|
||||||
"name": "市",
|
"index": 3,
|
||||||
"type": "String"
|
"name": "学校类型",
|
||||||
},
|
"type": "String"
|
||||||
"district": {
|
},
|
||||||
"index": 351,
|
"schoolCount": {
|
||||||
"name": "区",
|
"index": 5,
|
||||||
"type": "String"
|
"name": "学校数量",
|
||||||
}
|
"type": "Integer"
|
||||||
},
|
},
|
||||||
"初中": {
|
"city": {
|
||||||
"schoolName": {
|
"index": 320,
|
||||||
"index": 1,
|
"name": "市",
|
||||||
"name": "学校名称",
|
"type": "String"
|
||||||
"type": "String"
|
},
|
||||||
},
|
"district": {
|
||||||
"schoolType": {
|
"index": 321,
|
||||||
"index": 3,
|
"name": "区",
|
||||||
"name": "学校类型",
|
"type": "String"
|
||||||
"type": "String"
|
}
|
||||||
},
|
|
||||||
"schoolCount": {
|
|
||||||
"index": 5,
|
|
||||||
"name": "学校数量",
|
|
||||||
"type": "Integer"
|
|
||||||
},
|
|
||||||
"city": {
|
|
||||||
"index": 374,
|
|
||||||
"name": "市",
|
|
||||||
"type": "String"
|
|
||||||
},
|
|
||||||
"district": {
|
|
||||||
"index": 375,
|
|
||||||
"name": "区",
|
|
||||||
"type": "String"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"高中": {
|
|
||||||
"schoolName": {
|
|
||||||
"index": 1,
|
|
||||||
"name": "学校名称",
|
|
||||||
"type": "String"
|
|
||||||
},
|
|
||||||
"schoolType": {
|
|
||||||
"index": 3,
|
|
||||||
"name": "学校类型",
|
|
||||||
"type": "String"
|
|
||||||
},
|
|
||||||
"schoolCount": {
|
|
||||||
"index": 5,
|
|
||||||
"name": "学校数量",
|
|
||||||
"type": "Integer"
|
|
||||||
},
|
|
||||||
"city": {
|
|
||||||
"index": 320,
|
|
||||||
"name": "市",
|
|
||||||
"type": "String"
|
|
||||||
},
|
|
||||||
"district": {
|
|
||||||
"index": 321,
|
|
||||||
"name": "区",
|
|
||||||
"type": "String"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue