|  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; | 
|---|
|  |  |  | import com.mzl.flower.dto.request.coupon.QueryCouponRecordDTO; | 
|---|
|  |  |  | import com.mzl.flower.dto.request.coupon.QueryCouponStatisticsBO; | 
|---|
|  |  |  | import com.mzl.flower.dto.request.coupon.QueryMineCouponRecordDTO; | 
|---|
|  |  |  | import com.mzl.flower.dto.response.coupon.CouponRecordVO; | 
|---|
|  |  |  | import com.mzl.flower.entity.coupon.CouponRecordDO; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  | 
|---|
|  |  |  | Integer statisCouponTemplateCurMonCount(@Param("param") QueryCouponStatisticsBO queryCouponStatisticsBO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Integer statisCouponPointCurMonPointAmonut(@Param("param") QueryCouponStatisticsBO queryCouponStatisticsBO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<CouponRecordVO> getMineCouponRecordList(@Param("param") QueryMineCouponRecordDTO dto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void checkCouponExpired(@Param("param") QueryMineCouponRecordDTO dto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | boolean expireCouponRecordAll(); | 
|---|
|  |  |  | } | 
|---|