935090232@qq.com
2020-12-02 71c4e9ea55529bf8f851789313edfc7ab0889d14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.matrix.system.hiveErp.dao;
 
 
import com.matrix.system.hiveErp.analysUtil.StatisticsTimeDaoParam;
import org.apache.ibatis.annotations.Param;
 
import java.util.List;
import java.util.Map;
 
 
 
public interface TjVipSumDao {
 
     Map<String,Integer> countVisitByTime(@Param("list") List<StatisticsTimeDaoParam> daoParams, @Param("shopId") Long shopId);
 
}