| | |
| | | import com.xcong.excoin.common.entity.QueryRequest; |
| | | import com.xcong.excoin.modules.agent.entity.MemberEntity; |
| | | import com.xcong.excoin.modules.agent.mapper.MemberMapper; |
| | | import com.xcong.excoin.modules.agent.pojo.MemberDataInfoVo; |
| | | import com.xcong.excoin.modules.agent.service.IMemberService; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | Page<MemberEntity> page = new Page<>(request.getPageNum(), request.getPageSize()); |
| | | return this.baseMapper.selectMemberAssetsList(page, memberEntity); |
| | | } |
| | | |
| | | @Override |
| | | public IPage<MemberDataInfoVo> findAllMemberDataList(MemberEntity memberEntity, QueryRequest request) { |
| | | return null; |
| | | } |
| | | } |