Helius
2020-08-03 011f596d2a72c8532940d4d1033a3da52df76f57
src/main/java/com/xcong/excoin/modules/home/dao/MemberQuickBuySaleDao.java
@@ -9,4 +9,6 @@
   
   MemberQuickBuySaleEntity selectByIdAndMemberId(@Param("memberId")Long memberId,@Param("id")Long id);
   int updateQuickBuySaleTimeOut();
}