| | |
| | | import com.xcong.excoin.common.entity.QueryRequest;
|
| | | import com.xcong.excoin.modules.member.dto.MemberDetailConfirmDto;
|
| | | import com.xcong.excoin.modules.member.entity.AgentFriendRelationEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberAccountMoneyChangeEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberCoinChargeEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberCoinWithdrawEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberEntity;
|
| | |
| | |
|
| | | IPage<MemberDataInfoVo> findMemberDataInfoOneAllRealInPage(MemberEntity memberEntity, QueryRequest request);
|
| | |
|
| | | IPage<MemberAccountMoneyChangeEntity> memberBoBiList(MemberAccountMoneyChangeEntity memberAccountMoneyChangeEntity, QueryRequest request);
|
| | |
|
| | | }
|