| | |
| | | package com.java110.community.dao; |
| | | |
| | | |
| | | import com.java110.common.exception.DAOException; |
| | | import com.java110.dto.community.CommunityAttrDto; |
| | | import com.java110.dto.community.CommunityDto; |
| | | import com.java110.utils.exception.DAOException; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | */ |
| | | int getCommunityMemberCount(Map info); |
| | | |
| | | /** |
| | | * 查询小区信息(instance过程) |
| | | * 根据bId 查询小区信息 |
| | | * @param info bId 信息 |
| | | * @return 小区信息 |
| | | * @throws DAOException DAO异常 |
| | | */ |
| | | List<Map> getCommunityInfoNew(Map info) throws DAOException; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 查询小区总数 |
| | | * |
| | | * @param info 小区信息 |
| | | * @return 小区数量 |
| | | */ |
| | | int queryCommunitysCount(Map info); |
| | | |
| | | /** |
| | | * 查询小区属性 |
| | | * |
| | | * @param info |
| | | * @return |
| | | */ |
| | | int getCommunityAttrsCount(Map info); |
| | | |
| | | |
| | | } |