| | |
| | | R pageNeighborByAdmin(ComActNeighborCircleAdminDTO comActNeighborCircleAdminDTO); |
| | | |
| | | /** |
| | | * 统计大屏查询清单列表 |
| | | * @param neighborCircleAdminDTO |
| | | * @return |
| | | */ |
| | | R pageNeighborByBigScreen(ComActNeighborCircleAdminDTO neighborCircleAdminDTO); |
| | | |
| | | /** |
| | | * 邻里圈_添加 |
| | | * |
| | | * @param addNeighborCircleAdminVO |
| | |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | R selectCount(@RequestParam("type")Integer type, @RequestParam("phone")String phone); |
| | | R selectCount(@RequestParam("type")Integer type, @RequestParam("phone")String phone,@RequestParam("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 分页查询可关联清单列表 |
| | | * @param neighborCircleAppDTO |
| | | * @return |
| | | */ |
| | | R pageRelationList(ComActNeighborCircleAppDTO neighborCircleAppDTO); |
| | | } |