1
13693261870
2022-10-11 a034f7f703dc0328858c0fbcdcf19031d9d9152f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
================================================= tileset
ts.item._root.children[0].content._features
ts.item._root.children[0].content.batchTable
 
ts.item._root.children[0].content._features[0].getProperty("HouseNum") 112
ts.item._root.children[0].content._features[0].getProperty("BuildNum") 3号楼
ts.item._root.children[0].content._features[0].getProperty("Unit") ""
ts.item._root.children[0].content.featuresLength = 3836
ts.item._root.children[0].content._features[0].pickId
 
 
================================================= 查询建筑物
http://localhost/CommunityServe/Build/QueryBuildingById?id=8
 
[{"Id":8,"Province":"北京市","City":"北京市","County":"海淀区","Street":"北太平庄街道","Community":"罗庄社区","Name":"罗庄南里2号楼"}]
 
ID,省,市,区,街道,社区,楼宇
================================================= 查询房屋
http://localhost/CommunityServe/Build/QueryHouse?name=罗庄南里2号楼&unit=1&num=201
 
 
[{"Id":115,"FullName":"罗庄南里2号楼1单元201","Status":"自住","Remark":""}]
 
ID,名称,状态,备注
================================================= 查询人员
http://localhost/CommunityServe/Build/QueryHousehold?id=115
 
http://localhost/CommunityServe/Build/QueryHousehold?name=王
 
http://localhost/CommunityServe/Build/QueryHouseholdByBuilding?name=罗庄西里3号楼&unit=8&num=403
 
[{"Id":488,"Status":"家庭成员","Name":"薛振新","Gender":"女","Nation":"汉","Political":"群众","IdNum":"110108194205246021","Addr":"本户","Phone":"","Remark":""}]
 
ID,类别,姓名,性别,民族,政治面貌,身份证号,户籍所在地,电话,备注
=================================================