yujian
2019-12-12 8c04d27e5cebb7e654c208533e9567c4df2c8acc
fanli/src/main/java/com/yeshi/fanli/service/inter/redpack/RedPackGiveRecordService.java
@@ -1,7 +1,6 @@
package com.yeshi.fanli.service.inter.redpack;
import java.math.BigDecimal;
import java.util.List;
import com.yeshi.fanli.entity.redpack.RedPackGiveRecord;
import com.yeshi.fanli.exception.redpack.RedPackGiveRecordException;
@@ -38,15 +37,13 @@
    */
   public RedPackGiveRecord receiveFriendsGive(Long uid, Long id) throws RedPackGiveRecordException;
   /**
    * 查询需要退回的
    * @param count
    * @return
    */
   public List<RedPackGiveRecord> overdueList(int count);
   // 退回红包
   public void overdue(List<RedPackGiveRecord> list) throws Exception;
   /**
    * 赠送退回
    * @param id
    * @throws Exception
    */
   public void overdueByPrimaryKey(Long id) throws Exception;
}