学习进度统计
This commit is contained in:
@@ -246,4 +246,13 @@ public interface LearningTaskService {
|
||||
* @since 2025-11-14
|
||||
*/
|
||||
ResultDomain<Integer> getLearningTaskCount(TbLearningTask filter);
|
||||
|
||||
/**
|
||||
* @description 获取学习任务统计
|
||||
* @param filter 过滤条件
|
||||
* @return ResultDomain<Map<String, Object>> 学习任务统计
|
||||
* @author yslg
|
||||
* @since 2025-11-17
|
||||
*/
|
||||
ResultDomain<Map<String, Object>> getMyTotalStatistics(String startTime, String endTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user