13693261870
2022-10-20 93b9a4bd47bfec774894928392d52a61fca07c38
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>CommunityServe</title>
</head>
<body>
    <!--体积计算服务:<br/>
    http://localhost/CommunityServe/Calc/GetPoints?type=02&wkt=
    <br/><br/>-->
 
    根据建筑ID查询建筑物信息:<br/>
    http://localhost/CommunityServe/Build/QueryBuildingById?id=8
    <br/><br/>
 
    根据楼、单元、房间号查询房屋:<br/>
    http://localhost/CommunityServe/Build/QueryHouse?name=罗庄南里2号楼&unit=1单元&num=201 <br />
    http://localhost/CommunityServe/Build/QueryHouse?name=罗庄西里3号楼&unit=8单元&num=403
    <br/><br/>
 
    根据房间Id查询里面的所有人员:<br/>
    http://localhost/CommunityServe/Build/QueryHousehold?id=115
    <br/><br/>
 
    查询姓名模糊查询前20个人员:<br/>
    http://localhost/CommunityServe/Build/QueryHousehold?name=王
    <br/><br/>
 
    根据楼、单元、房间号查询所在房间里面所有人员:<br/>
    http://localhost/CommunityServe/Build/QueryHouseholdByBuilding?name=罗庄西里3号楼&unit=8单元&num=403
    <br/><br/>
 
    根据人员Id查询所在房间里面所有人员:<br/>
    http://localhost/CommunityServe/Build/QueryHouseholdByUserId?id=8
    <br/><br/>
 
    根据楼统计男女:<br/>
    http://localhost/CommunityServe/Build/CountGender?name=罗庄西里3号楼
    <br/><br/>
 
    根据楼统计民族:<br/>
    http://localhost/CommunityServe/Build/CountNation?name=罗庄西里3号楼
    <br/><br/>
 
    根据楼统计政治面貌:<br/>
    http://localhost/CommunityServe/Build/CountPolitical?name=罗庄西里3号楼
    <br/><br/>
 
    根据楼统计户数:<br/>
    http://localhost/CommunityServe/Build/CountHouse?name=罗庄西里3号楼
    <br/><br/>
 
    根据楼统计住户类别:<br/>
    http://localhost/CommunityServe/Build/CountStatus?name=罗庄西里3号楼
    <br/><br/>
</body>
</html>