yujian
2020-01-08 819f08fcbe49d94d5d359d7f155861ca2e8abebb
fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserSystemCouponCountService.java
@@ -1,8 +1,8 @@
package com.yeshi.fanli.service.inter.count;
import java.util.List;
import java.util.Map;
import com.yeshi.fanli.dto.ChartTDO;
import com.yeshi.fanli.vo.user.SystemCouponVO;
import com.yeshi.fanli.vo.user.UserSystemCouponCountVO;
@@ -82,7 +82,7 @@
    * @param endTime
    * @return
    */
   public List<Map<String, Object>> getRebateCouponUsedNumToCharts(Integer dateType, String year, String startTime,
   public List<ChartTDO> getRebateCouponUsedNumToCharts(Integer dateType, String year, String startTime,
         String endTime);
   /**
@@ -93,7 +93,7 @@
    * @param endTime
    * @return
    */
   public List<Map<String, Object>> getRebateCouponMoneyToCharts(Integer dateType, String year, String startTime,
   public List<ChartTDO> getRebateCouponMoneyToCharts(Integer dateType, String year, String startTime,
         String endTime);
   /**
@@ -105,7 +105,7 @@
    * @param couponType
    * @return
    */
   public List<Map<String, Object>> getFreeCouponMoneyToCharts(Integer dateType, String year, String startTime,
   public List<ChartTDO> getFreeCouponMoneyToCharts(Integer dateType, String year, String startTime,
         String endTime, String couponType);
   
}