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); }