xiaoyong931011
2020-07-09 f5f828b22c5d9ae19991a5e14a5090df63e41f81
src/main/java/com/xcong/excoin/modules/member/service/IMemberService.java
@@ -10,6 +10,7 @@
import com.xcong.excoin.common.entity.FebsResponse;
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.MemberCoinChargeEntity;
import com.xcong.excoin.modules.member.entity.MemberCoinWithdrawEntity;
import com.xcong.excoin.modules.member.entity.MemberEntity;
@@ -60,4 +61,8 @@
   FebsResponse memberDataInfoList(@NotNull(message = "{required}") long id);
   IPage<AgentFriendRelationEntity> findAgentInfoListInPage(AgentFriendRelationEntity agentFriendRelationEntity, QueryRequest request);
   FebsResponse addCoinConfirm(@Valid MemberEntity memberEntity);
}