yujian
2019-12-18 d587e55bae358002155b74b28f27b7d216a3e988
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);
}