优化学员最近学习记录api

This commit is contained in:
none
2023-03-27 17:26:28 +08:00
parent c6edf48fb0
commit 9778f1c06a
8 changed files with 49 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ import java.util.List;
*/
@Mapper
public interface UserCourseHourRecordMapper extends BaseMapper<UserCourseHourRecord> {
List<Integer> getLatestCourseIds(Integer userId, Integer size);
List<UserCourseHourRecord> getUserLatestRecords(Integer userId, Integer size);
}