<!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>
|