| | |
| | | void editShopTag(MgtEditShopTagDto mgtEditShopTagDto); |
| | | |
| | | /** |
| | | * @description 转移客户 |
| | | * @author jqs |
| | | * @date 2023/6/28 16:36 |
| | | * @param mgtTransferShopDto |
| | | * @return void |
| | | */ |
| | | void transferMgtShop(MgtTransferShopDto mgtTransferShopDto); |
| | | |
| | | /** |
| | | * 获取附近门店 |
| | | * @param appNearbyShopDto |
| | | * @return |
| | |
| | | Shop getByShopId(Long shopId); |
| | | |
| | | |
| | | MerHomeShopTotalVo getStaffHomeTotal(Long userId); |
| | | |
| | | /** |
| | | * 获取商户端首页统计 |
| | |
| | | * @return MgtShopAuthGetVo |
| | | */ |
| | | MgtShopAuthGetVo getMgtShopAuth(String authId); |
| | | |
| | | /** |
| | | * @description 获取商户验证信息 |
| | | * @author jqs |
| | | * @date 2023/6/26 10:38 |
| | | * @param authId |
| | | * @return MgtShopAuthCodeVo |
| | | */ |
| | | MgtShopAuthCodeVo getMgtShopAuthCode(String authId); |
| | | |
| | | /** |
| | | * @description 获取商户下属代理商 |
| | | * @author jqs |
| | | * @date 2023/7/3 17:27 |
| | | * @param shopId |
| | | * @return List<Long> |
| | | */ |
| | | List<Long> listShopIdByShopId(Long shopId); |
| | | |
| | | /** |
| | | * @description 获取商户下属代理商 |
| | | * @author jqs |
| | | * @date 2023/7/3 18:18 |
| | | * @param shopId |
| | | * @return List<MgtSimpleShopVo> |
| | | */ |
| | | List<MgtSimpleShopVo> listShopByShop(Long shopId); |
| | | } |