yujian
2019-12-17 d8e6fe75c7bfb14c73da86b79991bda18d94a105
fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractAuditRecordService.java
@@ -1,8 +1,8 @@
package com.yeshi.fanli.service.inter.money.extract;
import java.util.List;
import java.util.Map;
import com.yeshi.fanli.dto.ChartTDO;
import com.yeshi.fanli.entity.bus.user.ExtractAuditRecord;
public interface ExtractAuditRecordService {
@@ -121,7 +121,7 @@
    * @param endTime
    * @return
    */
   public List<Map<String, Object>>countAuditTotal(Integer state, Integer type, String years, String startTime,
   public List<ChartTDO>countAuditTotal(Integer state, Integer type, String years, String startTime,
         String endTime) throws Exception;
   
   
@@ -135,7 +135,7 @@
    * @param endTime
    * @return
    */
   public List<Map<String, Object>> countExtractApplyMoney(Integer state, Integer type, String years, String startTime,
   public List<ChartTDO> countExtractApplyMoney(Integer state, Integer type, String years, String startTime,
         String endTime) throws Exception;
   /**
@@ -147,7 +147,7 @@
    * @param endTime
    * @return
    */
   public List<Map<String, Object>> countExtractApplyNumber(Integer state, Integer type, String years, String startTime,
   public List<ChartTDO> countExtractApplyNumber(Integer state, Integer type, String years, String startTime,
         String endTime) throws Exception;