| | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComMngVillageServeExcelVO; |
| | | import com.panzhihua.common.model.vos.community.ComMngVillageVO; |
| | | import com.panzhihua.service_community.model.dos.ComMngVillageDO; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | R listComActVillage(ComMngVillageVO comMngVillageVO); |
| | | |
| | | /** |
| | | * 根据房屋id查询实有房屋 |
| | | * |
| | | * @param villageId 查询条件 |
| | | * @return 查询结果 |
| | | */ |
| | | ComMngVillageDO getVillageById(Long villageId); |
| | | |
| | | /** |
| | | * 分页查询实有房屋 |
| | | * @param pageComMngVillageDTO 查询参数 |
| | | * @return 分页集合 |