Created
September 14, 2018 15:24
-
-
Save CoderJava/7dc2e9cb398d21770f2a3e3705d96277 to your computer and use it in GitHub Desktop.
Waktu Data entity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Entity | |
| data class WaktuData( | |
| @PrimaryKey(autoGenerate = true) var id: Long?, | |
| @ColumnInfo(name = "waktu") var waktu: String | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment