Skip to content

Instantly share code, notes, and snippets.

@jeffersonchaves
Created September 16, 2024 20:15
Show Gist options
  • Save jeffersonchaves/f22e677fc41e0d7a345cd761dd45e3dc to your computer and use it in GitHub Desktop.
Save jeffersonchaves/f22e677fc41e0d7a345cd761dd45e3dc to your computer and use it in GitHub Desktop.
public class Cliente {
private Long id;
private String nome;
private String email;
private String telefone;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment