| | |
| | | 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.MemberNodeVo; |
| | | import cc.mrbird.febs.dapp.vo.WalletInfoVo; |
| | | import cc.mrbird.febs.dapp.vo.*; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | import java.math.BigDecimal; |
| | |
| | | MemberNodeVo memberNode(MemberNodeDto memberNodeDto); |
| | | |
| | | Long chargeFee(ChargeFeeDto chargeFeeDto); |
| | | |
| | | FebsResponse agreeWithdraw(Long id); |
| | | |
| | | FebsResponse disagreeWithdraw(Long id); |
| | | |
| | | ApiIndexInfoVo indexInfo(); |
| | | |
| | | List<ApiStorageInfoVo> storageIndex(); |
| | | |
| | | List<ApiStorageInfoVo> directIndex(); |
| | | |
| | | List<ApiDirectInfoVo> directNumIndex(); |
| | | } |