xiaoyong931011
2023-04-10 29bfa500bb81066ad096d3b75fab52c27e9eed7a
src/main/java/cc/mrbird/febs/mall/service/IApiMallMemberService.java
@@ -5,8 +5,10 @@
import cc.mrbird.febs.mall.entity.MallMember;
import cc.mrbird.febs.mall.entity.MallMemberPayment;
import cc.mrbird.febs.mall.entity.MallShopApply;
import cc.mrbird.febs.mall.vo.CashOutSettingVo;
import cc.mrbird.febs.mall.vo.MyCommissionVo;
import cc.mrbird.febs.mall.vo.MyTeamVo;
import cc.mrbird.febs.mall.vo.ShopListVo;
import com.baomidou.mybatisplus.extension.service.IService;
import java.math.BigDecimal;
@@ -45,7 +47,7 @@
    void bindPhone(AccountAndCodeDto accountAndCodeDto);
    BigDecimal canMoney();
    BigDecimal canMoney(int type);
    List<MallMember> findRankList(RankListDto rankListDto);
@@ -58,4 +60,18 @@
    MallShopApply findNewestApply();
    void addRegisterAppeal(RegisterAppealDto registerAppeal);
    CashOutSettingVo cashOutSetting();
    List<ShopListVo> findShopListVo(ShopListDto shopListDto);
    FebsResponse addMemberBank(AddMemberBankDto addMemberBankDto);
    FebsResponse findMemberBankList(MemberBankListDto memberBankListDto);
    FebsResponse findBankDetailsById(Long id);
    FebsResponse updateMemberBank(UpdateMemberBankDto updateMemberBankDto);
    FebsResponse delMemberBank(Long id);
}