| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.panzhihua.common.model.dtos.property.CommonPage; |
| | | import com.panzhihua.common.model.vos.ComActSocialMemberVO; |
| | | import com.panzhihua.common.model.vos.partybuilding.ComPbServiceTeamVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import com.panzhihua.service_community.entity.ComActSocialMember; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | * @return |
| | | */ |
| | | ComActSocialMemberVO detail(Long id); |
| | | |
| | | /** |
| | | * 查询社区工作人员 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | ComPbServiceTeamVO selectPbServiceTeamById(@Param("id") Long id); |
| | | } |