| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.UsdtToGusdVo;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.ZhiyaInfoVo;
|
| | | import org.apache.ibatis.annotations.Param;
|
| | |
|
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
| | |
| | | IPage<MemberAccountMoneyChange> selectWalletAgentIntoRecordsByMemIdTypeSymbol(Page<OrderCoinsDealEntity> page,
|
| | | @Param("record")MemberAccountMoneyChange memberAccountMoneyChange);
|
| | |
|
| | | IPage<UsdtToGusdVo> selectByMemberIdInPage(Page<UsdtToGusdVo> page, @Param("record")MemberAccountMoneyChange memberAccountMoneyChange);
|
| | | }
|