admin
2020-05-12 2ec42a5aacea35d2918f0e17f07685cf5b4d25c8
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);
}