| | |
| | |
|
| | | void updateWalletBalance(@Param("id") Long id, @Param("availableBalance")BigDecimal availableBalance,@Param("totalBalance")BigDecimal totalBalance, @Param("frozenBalance")BigDecimal frozenBalance);
|
| | |
|
| | | Result usdtToGusd(BigDecimal balance);
|
| | | Result usdtToGusd(BigDecimal balance,Integer type);
|
| | |
|
| | | Result zhiYaGusd(BigDecimal balance);
|
| | |
|
| | | Result shuhuiGusd(BigDecimal balance);
|
| | | Result shuhuiGusd(BigDecimal balance,Long id);
|
| | |
|
| | | Result findMemberGusdInfo();
|
| | |
|
| | | Result getZhiyaRecords(RecordsPageDto recordsPageDto);
|
| | |
|
| | | Result getusdtToGusdRecords(RecordsPageDto recordsPageDto);
|
| | | }
|