feat:1. 修正错误命名 2. 为学习会话详情接口增加taskName字段
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.guo.learningprogresstracker.mapStruct;
|
||||
|
||||
import com.guo.learningprogresstracker.dto.response.StudySessionResponce;
|
||||
import com.guo.learningprogresstracker.dto.StudySessionsDto;
|
||||
import com.guo.learningprogresstracker.dto.response.StudySessionResponse;
|
||||
import com.guo.learningprogresstracker.entity.StudySessionsEntity;
|
||||
import org.mapstruct.Mapper;
|
||||
import org.mapstruct.ReportingPolicy;
|
||||
@@ -11,5 +12,7 @@ public interface StudySessionConvert {
|
||||
StudySessionConvert MAPPER = Mappers.getMapper(StudySessionConvert.class);
|
||||
|
||||
|
||||
StudySessionResponce toStudySessionResponce(StudySessionsEntity studySessionsEntity);
|
||||
StudySessionResponse toStudySessionResponse(StudySessionsEntity studySessionsEntity);
|
||||
|
||||
StudySessionResponse toStudySessionResponse(StudySessionsDto dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user