xiaoyong931011
2020-07-12 2c357041e5dcf2e52aff24c45225fc3e895a6aff
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);
}