mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
返回学习统计
This commit is contained in:
@@ -5,14 +5,18 @@ import xyz.playedu.api.domain.UserLearnDurationStats;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
* @description 针对表【user_learn_duration_stats】的数据库操作Mapper
|
||||
* @createDate 2023-03-22 13:55:29
|
||||
* @Entity xyz.playedu.api.domain.UserLearnDurationStats
|
||||
*/
|
||||
* @author tengteng
|
||||
* @description 针对表【user_learn_duration_stats】的数据库操作Mapper
|
||||
* @createDate 2023-03-22 13:55:29
|
||||
* @Entity xyz.playedu.api.domain.UserLearnDurationStats
|
||||
*/
|
||||
@Mapper
|
||||
public interface UserLearnDurationStatsMapper extends BaseMapper<UserLearnDurationStats> {
|
||||
|
||||
Integer getUserDateDuration(Integer userId, String createdDate);
|
||||
|
||||
Integer getUserDuration(Integer userId);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user