| | |
| | | import com.doumee.dao.admin.request.UpdateShopSortDTO; |
| | | import com.doumee.dao.business.model.Shop; |
| | | import com.doumee.dao.business.vo.ShopTreeVo; |
| | | import com.doumee.dao.web.reqeust.EditShopDTO; |
| | | import com.doumee.dao.web.reqeust.ShopQueryByLLDTO; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | |
| | | */ |
| | | PageData<Shop> findPage(PageWrap<Shop> pageWrap); |
| | | |
| | | List<Shop> getUserShopList(Long userId); |
| | | |
| | | /** |
| | | * 条件统计 |
| | | * |
| | |
| | | List<ShopTreeVo> shopTreeCache(Integer type); |
| | | List<ShopTreeVo> shopTree(Integer type); |
| | | String importFcodeBatch(MultipartFile file); |
| | | String importCategoryBatch(MultipartFile file); |
| | | void updateSort(UpdateShopSortDTO dto); |
| | | |
| | | String importBatch(MultipartFile file); |
| | |
| | | void dealShopNamePath(); |
| | | |
| | | List<Shop> listByParent(String parentId); |
| | | |
| | | /** |
| | | * 根据经纬度 获取门店列表 |
| | | * @param pageWrap |
| | | * @return |
| | | */ |
| | | PageData<Shop> queryShopByLL(PageWrap<Shop> pageWrap); |
| | | |
| | | /** |
| | | * 门店详情 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | Shop shopDetail(Long id,Long memberId); |
| | | |
| | | /** |
| | | * 修改门店信息 |
| | | * @param editShopDTO |
| | | */ |
| | | void updShop(EditShopDTO editShopDTO); |
| | | |
| | | |
| | | } |