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