| | |
| | | package com.yeshi.fanli.service.inter.user;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.UserActiveLog;
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | public UserActiveLog getUserLatestActiveInfo(Long uid);
|
| | |
|
| | | /**
|
| | | * 获取第一次活跃信息
|
| | | * |
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public UserActiveLog getFirstActiveInfo(Long uid);
|
| | |
|
| | | public List<Object> countSameDayByChannel(String channel, Integer type, String years, String startTime, String endTime)
|
| | | throws Exception;
|
| | |
|
| | | /**
|
| | | * 统计90后再次活跃用户
|
| | | * @param date
|
| | | * @return
|
| | | */
|
| | | public long count90DaysLaterActiveNum(String date);
|
| | | }
|