| | |
| | | import org.apache.ibatis.annotations.MapKey; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.common.node.TreeStringNode; |
| | | import org.springblade.modules.doorplateAddress.entity.DoorplateAddressEntity; |
| | | import org.springblade.modules.grid.entity.GridEntity; |
| | | import org.springblade.modules.grid.entity.GridmanEntity; |
| | | import org.springblade.modules.grid.vo.GridVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | */ |
| | | @MapKey(value = "id") |
| | | Map<String, TreeStringNode> getGridTree(); |
| | | |
| | | List<GridmanEntity> gridInfo(String houseCode); |
| | | |
| | | List<DoorplateAddressEntity> gridAoiName(Integer id); |
| | | } |