admin
2019-11-05 e021e32a6ff0ec216f69c24f7ea929798bdce4c5
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);
}