admin
2020-05-20 98b1a0affd69bbe63223c21fdd2c404e8bedfccb
fanli/src/main/java/com/yeshi/fanli/service/inter/tlj/UserTaoLiJinGiveRecordService.java
@@ -1,5 +1,7 @@
package com.yeshi.fanli.service.inter.tlj;
import java.util.List;
import com.yeshi.fanli.entity.bus.tlj.UserTaoLiJinGiveRecord;
public interface UserTaoLiJinGiveRecordService {
@@ -12,5 +14,13 @@
   public void updateByPrimaryKeySelective(UserTaoLiJinGiveRecord record);
   /**
    * 查询过期未领取的红包
    * @param count
    * @return
    */
   public List<UserTaoLiJinGiveRecord> overdueList(int count);
}