| | |
| | | |
| | | import com.panzhihua.common.model.dtos.community.PageComStreetDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComActVO; |
| | | import com.panzhihua.common.model.vos.community.ComStreetVO; |
| | | |
| | | /** |
| | |
| | | * 街道信息 |
| | | * @return 新增结果 |
| | | */ |
| | | R addStreet(ComStreetVO comStreetVO); |
| | | R<ComStreetVO> addStreet(ComStreetVO comStreetVO); |
| | | |
| | | /** |
| | | * 查询社区 |
| | |
| | | * @return 删除结果 |
| | | */ |
| | | R delectStreat(List<Long> Ids); |
| | | |
| | | /** |
| | | * 修改街道信息 |
| | | * @param comStreetVO 街道信息 |
| | | * */ |
| | | R update(ComStreetVO comStreetVO); |
| | | |
| | | /** |
| | | * 删除街道 |
| | | * */ |
| | | R remove(Long id); |
| | | /** |
| | | * 删除社区 |
| | | * */ |
| | | R removeCommunity(Long id); |
| | | |
| | | /** |
| | | * 重置社区密码 |
| | | * */ |
| | | R repassCommunity(ComActVO comActVO); |
| | | |
| | | |
| | | /** |
| | | * 重置街道密码 |
| | | * */ |
| | | R repssStreet(ComStreetVO comActVO); |
| | | } |