| | |
| | | List<HouseholdVO> getHouseholdListByParam(List<Integer> list); |
| | | |
| | | List<TreeIntegerNode> getlabelStatistics(HouseholdVO household); |
| | | |
| | | /** |
| | | * 通过小区id查询用户 |
| | | * @param householdVO |
| | | * @param page |
| | | * @return |
| | | */ |
| | | IPage<HouseholdVO> getUserInfoByDistrictIds(HouseholdVO householdVO,IPage<HouseholdVO> page); |
| | | |
| | | /** |
| | | * 查询住户对应的社区编号 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | String getCommunityCode(Long id); |
| | | |
| | | /** |
| | | * 查询所有住户总数 |
| | | * @return |
| | | */ |
| | | int getAllListTotal(); |
| | | |
| | | /** |
| | | * 查询对应的住户集合 |
| | | * @param i |
| | | * @param size |
| | | * @return |
| | | */ |
| | | List<HouseholdVO> getAllList(int i, int size); |
| | | } |