| | |
| | | package com.yeshi.fanli.service.inter.count;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.dto.ChartTDO;
|
| | | import com.yeshi.fanli.entity.system.SystemCoupon.CouponTypeEnum;
|
| | | import com.yeshi.fanli.vo.user.SystemCouponVO;
|
| | | import com.yeshi.fanli.vo.user.UserSystemCouponCountVO;
|
| | |
|
| | |
| | | */
|
| | | public List<ChartTDO> getFreeCouponMoneyToCharts(Integer dateType, String year, String startTime,
|
| | | String endTime, String couponType);
|
| | |
|
| | | |
| | | /**
|
| | | * 根据券类型 统计免单金额
|
| | | * @param typeEnum
|
| | | * @param preDay
|
| | | * @return
|
| | | */
|
| | | public BigDecimal countFreeMoneyByTypeAndDay(CouponTypeEnum typeEnum, String preDay);
|
| | |
|
| | | /**
|
| | | * 统计奖励券成功金额
|
| | | * @param preDay
|
| | | * @return
|
| | | */
|
| | | public BigDecimal countRebateMoneyByDay(String preDay);
|
| | |
|
| | | /**
|
| | | * 每日新增券数量
|
| | | * @param typeEnum
|
| | | * @param preDay
|
| | | * @return
|
| | | */
|
| | | public BigDecimal countCouponNumByDay(CouponTypeEnum typeEnum, String preDay);
|
| | |
|
| | | }
|