| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.doorplateAddress.entity.DoorplateAddressEntity; |
| | | import org.springblade.modules.doorplateAddress.excel.ImportDoorplateExcel; |
| | | import org.springblade.modules.doorplateAddress.vo.DoorplateAddressVOTree; |
| | | import org.springblade.modules.doorplateAddress.vo.DoorplateAddressVO; |
| | | import org.springblade.modules.house.vo.HouseParam; |
| | |
| | | * @return |
| | | */ |
| | | boolean gridRangeDataHandle(String townName,String communityName); |
| | | |
| | | /** |
| | | * 导入门牌地址 |
| | | * @param read |
| | | * @return |
| | | */ |
| | | String importDoorplate(List<ImportDoorplateExcel> read); |
| | | } |