Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Last active May 14, 2017 05:15
Show Gist options
  • Save dgadiraju/49ad7c6143e57fb457bc70237a6f109e to your computer and use it in GitHub Desktop.
Save dgadiraju/49ad7c6143e57fb457bc70237a6f109e to your computer and use it in GitHub Desktop.
case class Order(
orderId: Int,
orderDate: String,
orderCustomerId: Int,
orderStatus: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment