Skip to content

Instantly share code, notes, and snippets.

@httpmurilo
Created February 9, 2022 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save httpmurilo/3a35ab40250072200914639e81b58498 to your computer and use it in GitHub Desktop.
Save httpmurilo/3a35ab40250072200914639e81b58498 to your computer and use it in GitHub Desktop.
Default user
package io.httpmurilo.sales.entity;
public class User {
private Integer id;
private String name;
private Integer age;
private String email;
private boolean active;
//getter ans setters
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment