Skip to content

Instantly share code, notes, and snippets.

@jilen
Created July 5, 2016 02:24
Show Gist options
  • Save jilen/15dd9cc7e5ba9bbc7ec733385ab776e9 to your computer and use it in GitHub Desktop.
Save jilen/15dd9cc7e5ba9bbc7ec733385ab776e9 to your computer and use it in GitHub Desktop.
case class Alarm(id: Option[Long] = None,
weixinId: String,
`type`: Int,
active: Boolean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment