|  |  |  | 
|---|
|  |  |  | 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.MallShopApply; | 
|---|
|  |  |  | import cc.mrbird.febs.mall.vo.*; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.math.BigDecimal; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | FebsResponse teamList(TeamListDto teamListDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | MyTeamVo teamListForMine(TeamListDto teamListDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | FebsResponse moneyFlows(MoneyFlowDto moneyFlowDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void addMoneyFlow(Long memberId, BigDecimal amount, Integer type, String orderNo, String description, String remark, Long rtMemberId, Integer status, Integer flowType); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void transfer(TransferDto transferDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void withdrawal(WithdrawalDto withdrawalDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void setPayment(MallMemberPayment mallMemberPayment); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | List<MallMember> findRankList(RankListDto rankListDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | MallMember findMemberInfoByAccount(String phone); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | MyCommissionVo myCommission(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void shopApply(ShopApplyDto shopApplyDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<SkinTypeVo> findSkinList(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void useSkin(String code); | 
|---|
|  |  |  | } | 
|---|