fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserActiveLogService.java
@@ -1,5 +1,7 @@ package com.yeshi.fanli.service.inter.user; import java.util.List; import com.yeshi.fanli.entity.bus.user.UserActiveLog; /** @@ -24,4 +26,8 @@ */ public UserActiveLog getUserLatestActiveInfo(Long uid); public List<Object> countSameDayByChannel(String channel, Integer type, String years, String startTime, String endTime) throws Exception; }