xiaoyong931011
2022-06-08 a34878cdc73b1fe0590aa661f8d6be9907914b47
src/main/java/cc/mrbird/febs/mall/service/IAdminMallMemberService.java
@@ -6,6 +6,7 @@
import cc.mrbird.febs.mall.entity.AppVersion;
import cc.mrbird.febs.mall.entity.MallMember;
import cc.mrbird.febs.mall.entity.MallNewsInfo;
import cc.mrbird.febs.mall.entity.MallShopApply;
import cc.mrbird.febs.mall.vo.*;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -65,19 +66,22 @@
    FebsResponse activateAccount(Long id);
    MallNewsInfo getNewsInfoById(long id);
    IPage<AdminMallNewsInfoVo> getNewInfoList(MallNewsInfo mallNewsInfo, QueryRequest request);
    FebsResponse addNewsInfo(MallNewsInfoDto mallNewsInfoDto);
    FebsResponse delNewsInfo(Long id);
    FebsResponse updateNewsInfo(MallNewsInfoDto mallNewsInfoDto);
    FebsResponse updateSystemPay(MallSystemPayDto mallSystemPayDto);
    AdminAgentLevelSetInfoVo getAgentLevelSetInfoByMemberId(long id);
    FebsResponse agentLevelSetUpdate(AgentLevelSetUpdateDto agentLevelSetUpdateDto);
    FebsResponse resetPwd(Long id);
    IPage<MallDataVo> getMallDataList(MallMember mallMember, QueryRequest request);
    IPage<MallShopApply> findShopApplyListInPage(MallShopApply mallShopApply, QueryRequest request);
    MallShopApply findShopApplyById(Long id);
    void applyCheckAgree(Long id);
    void applyCheckDisAgree(Long id);
    FebsResponse updateMemberInfo(MallUpdateMemberInfoDto mallUpdateMemberInfoDto);
}