| | |
| | | package com.ruoyi.system.api.factory; |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.system.api.domain.dto.MgtBaseBathDto; |
| | | import com.ruoyi.system.api.domain.dto.MgtBasePlatformDto; |
| | | import com.ruoyi.system.api.domain.dto.MgtShopIdByCodeDto; |
| | | import com.ruoyi.system.api.domain.vo.MgtBulletinBoardVo; |
| | | import com.ruoyi.system.api.domain.vo.MgtShopIdByCodeVo; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public R<List<MgtSimpleShopVo>> listShopSimpleVoByIds(String shopIds) { |
| | | public R<List<MgtSimpleShopVo>> listShopSimpleVoByIds(MgtBaseBathDto mgtBaseBathDto) { |
| | | return R.fail("获取商户列表失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public R<List<Long>> listShopIdByPlTotal(MgtBasePlatformDto mgtBasePlatformDto) { |
| | | return R.fail("获取商户列表失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | |
| | | }; |
| | | } |
| | | } |