Helius
2020-08-24 3880f09c87ac9d150d91a28fe5f97f8d4795acd6
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();
}