Helius
2020-07-06 94540972a0331f1f91bca6606722dde65d55530b
src/main/java/com/xcong/excoin/modules/member/service/IMemberService.java
@@ -9,7 +9,6 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.xcong.excoin.common.entity.FebsResponse;
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.modules.member.dto.MemberDataInfoDto;
import com.xcong.excoin.modules.member.dto.MemberDetailConfirmDto;
import com.xcong.excoin.modules.member.entity.MemberCoinChargeEntity;
import com.xcong.excoin.modules.member.entity.MemberCoinWithdrawEntity;
@@ -57,4 +56,8 @@
   IPage<MemberDataInfoVo> findMemberDataInfoDtoListInPage(MemberEntity memberEntity, QueryRequest request);
   MemberEntity selectMemberByid(long id);
   FebsResponse memberDataInfoList(@NotNull(message = "{required}") long id);
}