xiaoyong931011
2023-10-17 e792d8a4c61b9797b9e91ce7106af1e0d3480162
src/main/java/cc/mrbird/febs/mall/service/IApiMallMemberService.java
@@ -4,7 +4,6 @@
import cc.mrbird.febs.mall.dto.*;
import cc.mrbird.febs.mall.entity.MallMember;
import cc.mrbird.febs.mall.entity.MallMemberPayment;
import cc.mrbird.febs.mall.entity.MallMemberShopApplyEntity;
import cc.mrbird.febs.mall.entity.MallShopApply;
import cc.mrbird.febs.mall.vo.CashOutSettingVo;
import cc.mrbird.febs.mall.vo.MyCommissionVo;
@@ -48,7 +47,7 @@
    void bindPhone(AccountAndCodeDto accountAndCodeDto);
    BigDecimal canMoney();
    BigDecimal canMoney(int type);
    List<MallMember> findRankList(RankListDto rankListDto);
@@ -65,4 +64,14 @@
    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);
}