admin
2020-01-01 c8f11c229b87d1652b6da0b15576c166cd51eb8b
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);
}