| | |
| | | import org.springblade.modules.grid.vo.GridRangeVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.grid.vo.GridVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | */ |
| | | List<GridRangeVO> selectGridRangePage(IPage page,@Param("gridRange") GridRangeVO gridRange); |
| | | |
| | | /** |
| | | * 查询test 数据表数据 |
| | | * @return |
| | | */ |
| | | List<GridVO> getTestGridData(); |
| | | |
| | | /** |
| | | * 根据房屋查询对应的小区 |
| | | * @param houseCode |
| | | * @return |
| | | */ |
| | | String getDistrictIdByHouseCode(@Param("houseCode") String houseCode); |
| | | } |