src/main/java/org/springblade/modules/house/service/IHouseService.java
@@ -109,4 +109,25 @@ * @return */ List<Map<String,Object>> getHouseLabelStatistic(HouseVO house); /** * 查询对应的社区编号 * @param id * @return */ String getCommunityCode(Long id); /** * 查询所有房屋总数 * @return */ int getAllListTotal(); /** * 查询所有的房屋 * @param i * @param size * @return */ List<HouseVO> getAllList(int i, int size); }