yujian
2019-12-12 8c04d27e5cebb7e654c208533e9567c4df2c8acc
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;