Skip to content

Instantly share code, notes, and snippets.

@vichu
Last active December 22, 2018 22:52
Show Gist options
  • Save vichu/045a805b84984ca801e6756b10c6a040 to your computer and use it in GitHub Desktop.
Save vichu/045a805b84984ca801e6756b10c6a040 to your computer and use it in GitHub Desktop.
Model Class for User
// Base model used as DTO
case class User(id: UUID, firstName: String, lastName: String, email: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment