Skip to content

Instantly share code, notes, and snippets.

@sullivan-
Created January 5, 2016 16:10
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 sullivan-/fe3164cdfd84949b1b48 to your computer and use it in GitHub Desktop.
Save sullivan-/fe3164cdfd84949b1b48 to your computer and use it in GitHub Desktop.
case class User(
id: Long,
username: String,
fullname: String,
email: Email,
profile: Option[UserProfile],
version: Int,
createdBy: String,
createdDate: DateTime,
modifiedBy: String,
modifiedBy: DateTime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment