yujian
2019-05-14 bbe1a381f99d957d003f48b68dfd5bf0e401f5f0
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;
/**
@@ -25,9 +23,5 @@
    * @return
    */
   public UserActiveLog getUserLatestActiveInfo(Long uid);
   public List<Object> countSameDayByChannel(String channel, Integer type, String years, String startTime, String endTime)
         throws Exception;
}