yujian
2020-05-13 3b9e1385a90ae84f97f2a4b8b7a35a6b13c01062
fanli/src/main/java/com/yeshi/fanli/service/inter/redpack/RedPackGiveRecordService.java
@@ -1,9 +1,11 @@
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;
import com.yeshi.fanli.vo.redpack.RedPackGiveVO;
public interface RedPackGiveRecordService {
@@ -45,5 +47,16 @@
    */
   public void overdueByPrimaryKey(Long id) throws Exception;
   /**
    * 查询赠送记录
    * @param page
    * @param pageSzie
    * @param uid
    * @return
    */
   public List<RedPackGiveVO> getGiveList(int page, int pageSzie, Long uid);
   public long countGiveList(Long uid);
}