admin
2020-03-01 ec8a1c6f81b5747e9efce86faaba33d10df7f61d
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);
   
}