| | |
| | | |
| | | void bindPhone(AccountAndCodeDto accountAndCodeDto); |
| | | |
| | | BigDecimal canMoney(); |
| | | BigDecimal canMoney(int type); |
| | | |
| | | List<MallMember> findRankList(RankListDto rankListDto); |
| | | |
| | |
| | | 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); |
| | | } |