admin
2021-04-30 4e4af90184f5fa5b40d87e2d08d9192bfd237ef0
fanli/src/main/java/com/yeshi/fanli/service/inter/count/TaoBaoOrderCountService.java
@@ -1,27 +1,27 @@
package com.yeshi.fanli.service.inter.count;
import java.util.Map;
public interface TaoBaoOrderCountService {
   /**
    * 统计--订单类型区分
    * @return
    * @throws Exception
    */
   public Map<String, Object> countByOdrerType() throws Exception;
   /**
    * 统计今日订单
    * @return
    */
   public int countToday() throws Exception;
   /**
    * 统计昨日订单
    * @return
    */
   public int countYesterday() throws Exception;
}
package com.yeshi.fanli.service.inter.count;
import java.util.Map;
public interface TaoBaoOrderCountService {
   /**
    * 统计--订单类型区分
    * @return
    * @throws Exception
    */
   public Map<String, Object> countByOdrerType() throws Exception;
   /**
    * 统计今日订单
    * @return
    */
   public int countToday() throws Exception;
   /**
    * 统计昨日订单
    * @return
    */
   public int countYesterday() throws Exception;
}