| | |
| | | package org.springblade.modules.place.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.doorplateAddress.entity.DoorplateAddressEntity; |
| | | import org.springblade.modules.place.entity.PlaceRelEntity; |
| | | import org.springblade.modules.place.vo.PlaceRelVO; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.place.vo.PlaceVO; |
| | | |
| | | /** |
| | | * 场所区域关联信息表(商超) 服务类 |
| | |
| | | IPage<PlaceRelVO> selectPlaceRelPage(IPage<PlaceRelVO> page, PlaceRelVO placeRel); |
| | | |
| | | |
| | | /** |
| | | * 查询地址编码信息(社区派出所相关信息) |
| | | * @param place |
| | | * @return |
| | | */ |
| | | DoorplateAddressEntity getDoorplateAddressEntity(PlaceVO place); |
| | | |
| | | /** |
| | | * 商超数据处理 |
| | | */ |
| | | boolean mallDataHandle(); |
| | | } |