Helius
2020-07-01 94c55976479131ad79e100e551a06d84b071d504
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();
}