yujian
2019-02-28 70c9043f312a52a922cb15490d90a172b3515060
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;
}