xiaoyong931011
2020-11-25 ebea673301f5f1ae47e69abcdfaadb2d581cbbae
src/main/java/com/xcong/excoin/modules/home/service/MemberQuickBuySaleService.java
@@ -20,4 +20,6 @@
   public Result cancelRecharge(Long id);
   
   public Result sell(MemberEntity member,MemberQuickBuySaleDto memberQuickBuySaleDto);
   public Result cancelSell(Long id);
}