| | |
| | | import com.doumee.dao.business.model.Member; |
| | | import com.doumee.dao.dto.*; |
| | | import com.doumee.dao.vo.ShopLoginVO; |
| | | import com.doumee.dao.vo.ShopCenterVO; |
| | | import com.doumee.dao.vo.ShopDetailVO; |
| | | import com.doumee.dao.vo.ShopNearbyVO; |
| | | import com.doumee.dao.vo.ShopWebDetailVO; |
| | |
| | | * @param request 申请请求 |
| | | * @param member 当前登录会员 |
| | | */ |
| | | void applyShop(ShopApplyDTO request, Member member); |
| | | void applyShop(ShopApplyDTO request); |
| | | |
| | | /** |
| | | * 查询门店详情(含附件) |
| | |
| | | |
| | | |
| | | /** |
| | | * 获取门店登录后信息(门店中心) |
| | | * @param shopId 门店主键 |
| | | * @return 门店中心信息 |
| | | */ |
| | | ShopCenterVO getShopCenterInfo(Integer shopId); |
| | | |
| | | /** |
| | | * 门店密码登录 |
| | | * @param dto 登录请求 |
| | | * @return 登录结果 |