| | |
| | | import cc.mrbird.febs.dapp.entity.DappFundFlowEntity; |
| | | import cc.mrbird.febs.dapp.entity.DappWalletCoinEntity; |
| | | import cc.mrbird.febs.dapp.entity.DappWalletMineEntity; |
| | | import cc.mrbird.febs.dapp.vo.ApiIndexInfoVo; |
| | | import cc.mrbird.febs.dapp.vo.ApiStorageInfoVo; |
| | | import cc.mrbird.febs.dapp.vo.MemberNodeVo; |
| | | import cc.mrbird.febs.dapp.vo.WalletInfoVo; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | MemberNodeVo memberNode(MemberNodeDto memberNodeDto); |
| | | |
| | | Long chargeFee(ChargeFeeDto chargeFeeDto); |
| | | |
| | | FebsResponse agreeWithdraw(Long id); |
| | | |
| | | FebsResponse disagreeWithdraw(Long id); |
| | | |
| | | ApiIndexInfoVo indexInfo(); |
| | | |
| | | List<ApiStorageInfoVo> storageIndex(); |
| | | |
| | | List<ApiStorageInfoVo> directIndex(); |
| | | } |