| | |
| | | Shop getByShopId(Long shopId); |
| | | |
| | | |
| | | MerHomeShopTotalVo getStaffHomeTotal(Long userId); |
| | | |
| | | /** |
| | | * 获取商户端首页统计 |
| | |
| | | * @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); |
| | | } |