UPDATE int-layer 25-Ago
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
package com.example.dto.quickreplies;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
public record QuestionDTO(
|
||||
@JsonProperty("titulo") String titulo,
|
||||
@JsonProperty("descripcion") String descripcion
|
||||
) {}
|
||||
@JsonProperty("descripcion") String descripcion,
|
||||
@JsonProperty("respuesta") String respuesta
|
||||
) {}
|
||||
Reference in New Issue
Block a user