mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
added: 最近学习api
This commit is contained in:
@@ -4,15 +4,17 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import xyz.playedu.api.domain.UserCourseHourRecord;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
* @description 针对表【user_course_hour_records】的数据库操作Mapper
|
||||
* @createDate 2023-03-20 16:41:08
|
||||
* @Entity xyz.playedu.api.domain.UserCourseHourRecord
|
||||
*/
|
||||
* @author tengteng
|
||||
* @description 针对表【user_course_hour_records】的数据库操作Mapper
|
||||
* @createDate 2023-03-20 16:41:08
|
||||
* @Entity xyz.playedu.api.domain.UserCourseHourRecord
|
||||
*/
|
||||
@Mapper
|
||||
public interface UserCourseHourRecordMapper extends BaseMapper<UserCourseHourRecord> {
|
||||
|
||||
List<Integer> getLatestCourseIds(Integer userId, Integer size);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user