correction Question

This commit is contained in:
trochas
2025-10-24 23:13:02 +02:00
parent 50c9f5a61e
commit 74b13cc7f4
9 changed files with 61 additions and 10 deletions

View File

@@ -14,7 +14,6 @@ public interface QuestionMapper {
QuestionMapper INSTANCE = Mappers.getMapper( QuestionMapper.class );
@Mapping(target = "reponses_string", expression = "java(question_ReponseString(question.getReponse()))")
QuestionDTO toDTO(Question question);
Question toEntity(QuestionDTO questionDTO);