xiaoyong931011
2021-03-04 16f6d4eedb8e2174f0959d7735a24d6c53d7b6e8
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();
}