Helius
2020-06-11 725449edce99acdb3111f36d4b722eebbd22d41a
src/main/java/com/xcong/excoin/modules/agent/service/impl/MemberServiceImpl.java
File was renamed from src/main/java/com/xcong/excoin/modules/member/service/impl/MemberServiceImpl.java
@@ -1,15 +1,13 @@
package com.xcong.excoin.modules.member.service.impl;
package com.xcong.excoin.modules.agent.service.impl;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.modules.member.entity.MemberEntity;
import com.xcong.excoin.modules.member.mapper.MemberMapper;
import com.xcong.excoin.modules.member.service.IMemberService;
import com.xcong.excoin.modules.agent.entity.MemberEntity;
import com.xcong.excoin.modules.agent.mapper.MemberMapper;
import com.xcong.excoin.modules.agent.service.IMemberService;
import org.springframework.stereotype.Service;
import java.util.Map;
/**
 * @author wzy