admin
2019-07-09 531d93708df8017e59830f15b41f3cc42d6126e6
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserActiveLogService.java
@@ -1,7 +1,5 @@
package com.yeshi.fanli.service.inter.user;
import java.util.List;
import com.yeshi.fanli.entity.bus.user.UserActiveLog;
/**
@@ -26,8 +24,12 @@
    */
   public UserActiveLog getUserLatestActiveInfo(Long uid);
   public List<Object> countSameDayByChannel(String channel, Integer type, String years, String startTime, String endTime)
         throws Exception;
   /**
    * 获取第一次活跃信息
    *
    * @param uid
    * @return
    */
   public UserActiveLog getFirstActiveInfo(Long uid);
}