Skip to content

Instantly share code, notes, and snippets.

@baso53
Created November 14, 2021 11:53
Show Gist options
  • Save baso53/94ef49c42d6cbd73600712d407438ddc to your computer and use it in GitHub Desktop.
Save baso53/94ef49c42d6cbd73600712d407438ddc to your computer and use it in GitHub Desktop.
@Entity
@Getter
@Setter
public class Company {
@Id
private Long id;
private String name;
private String type;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment