Skip to content

Instantly share code, notes, and snippets.

@jeffersonchaves
Last active September 16, 2024 20:16
Show Gist options
  • Save jeffersonchaves/8e6195debf9dd28aaa22d55f0c29729a to your computer and use it in GitHub Desktop.
Save jeffersonchaves/8e6195debf9dd28aaa22d55f0c29729a to your computer and use it in GitHub Desktop.
public class Comentario {
private Long id;
private String descricao;
private LocalDate dataEnvio;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment