| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
| | | import com.baomidou.mybatisplus.core.metadata.IPage;
|
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
| | | import com.xcong.excoin.modules.member.entity.MemberAccountMoneyChangeEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberEntity;
|
| | | import com.xcong.excoin.modules.member.vo.MemberDataInfoVo;
|
| | | import com.xcong.excoin.modules.trademanage.vo.MemberAccountInfoVo;
|
| | |
| | | String selectWalletTotalBalanceBymemberId(@Param("memberId")Long memberId);
|
| | |
|
| | | String selectWalletFrozenBalanceBymemberId(@Param("memberId")Long memberId);
|
| | |
|
| | | IPage<MemberAccountMoneyChangeEntity> memberBoBiList(Page<MemberAccountMoneyChangeEntity> page,
|
| | | @Param("record")MemberAccountMoneyChangeEntity memberAccountMoneyChangeEntity);
|
| | |
|
| | | }
|