| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.github.binarywang.wxpay.bean.ecommerce.ProfitSharingReceiverRequest; |
| | | import com.github.binarywang.wxpay.bean.ecommerce.ProfitSharingReceiverResult; |
| | | import com.github.binarywang.wxpay.exception.WxPayException; |
| | | import com.ruoyi.shop.domain.dto.*; |
| | | import com.ruoyi.shop.domain.vo.*; |
| | |
| | | import com.ruoyi.system.api.domain.dto.MgtShopIdByCodeDto; |
| | | import com.ruoyi.system.api.domain.poji.member.Member; |
| | | import com.ruoyi.system.api.domain.poji.shop.Shop; |
| | | import com.ruoyi.system.api.domain.vo.MerHomeShopTotalVo; |
| | | import com.ruoyi.system.api.domain.vo.MgtBulletinBoardVo; |
| | | import com.ruoyi.system.api.domain.vo.MgtShopIdByCodeVo; |
| | | import com.ruoyi.system.api.domain.vo.MgtSimpleShopVo; |
| | | import com.ruoyi.system.api.domain.vo.*; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @param userId |
| | | * @return Shop |
| | | */ |
| | | Shop getShopByBelongUserId(Long userId); |
| | | List<Shop> getShopByBelongUserId(Long userId); |
| | | |
| | | /** |
| | | * @description 员工端获取商户列表 |
| | |
| | | * @return void |
| | | */ |
| | | void editShopCustomStatus(StaffShopCCEditDto staffShopCCEditDto); |
| | | |
| | | /** |
| | | * 微信二级商户进件状态 定时任务检测 |
| | | */ |
| | | void queryEcommerceApplyMentsStatus(); |
| | | |
| | | /** |
| | | * @description |
| | | * @author jqs |
| | | * @date 2023/8/10 22:54 |
| | | * @param cityCodes |
| | | * @return List<Long> |
| | | */ |
| | | List<Long> listShopIdByCityCode(List<String> cityCodes); |
| | | |
| | | /** |
| | | * @description 提交进件 |
| | | * @author jqs |
| | | * @date 2023/8/22 14:51 |
| | | * @param |
| | | * @return void |
| | | */ |
| | | void authShop(); |
| | | |
| | | /** |
| | | * @description 修改店铺详细资料 |
| | | * @author jqs |
| | | * @date 2023/8/22 14:51 |
| | | * @param staffShopDetailDto |
| | | * @return void |
| | | */ |
| | | void editShopDetail(StaffShopDetailDto staffShopDetailDto); |
| | | |
| | | /** |
| | | * @description 获取店铺详细资料 |
| | | * @author jqs |
| | | * @date 2023/8/22 16:15 |
| | | * @param shopId |
| | | * @return StaffShopDetailVo |
| | | */ |
| | | StaffShopDetailVo getShopDetail(Long shopId); |
| | | |
| | | /** |
| | | * @description |
| | | * @author jqs |
| | | * @date 2023/8/23 9:44 |
| | | * @param |
| | | * @return void |
| | | */ |
| | | ProfitSharingReceiverResult addProfitSharingReceiver(ProfitSharingReceiverRequest request); |
| | | |
| | | /** |
| | | * @description |
| | | * @author jqs |
| | | * @date 2023/8/29 14:36 |
| | | * @param |
| | | * @return List<MgtUserTaskMsgVo> |
| | | */ |
| | | List<MgtUserTaskMsgVo> getTaskMsgList(); |
| | | } |