Helius
2020-07-15 03933c40b54b7b9e344da7d3097d72308531020e
src/main/java/com/xcong/excoin/modules/member/mapper/MemberCoinWithdrawMapper.java
@@ -13,4 +13,6 @@
   IPage<MemberCoinWithdrawVo> findmemberWithdrawCoinListInPage(Page<MemberCoinWithdrawEntity> page,
         @Param("record")MemberCoinWithdrawEntity memberCoinWithdrawEntity);
   String selectTBByMemberId(@Param("memberId")String memberId);
}