GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-kotlin
/
sample-spring-graphql1
Browse code
Add data
master
1 parent
0e58730
commit
ef23a96ed27f259df72bd4e4da75f48a7e86dd3c
yhornisse
authored
on 18 Nov 2020
Patch
Showing
1 changed file
src/main/kotlin/com/sample/type/Book.kt
Ignore Space
Show notes
View
src/main/kotlin/com/sample/type/Book.kt
package com.sample.type data class Book(val id: Int, val name: String, val author: String, val value: Int)
package com.sample.type class Book(val id: Int, val name: String, val author: String, val value: Int)
Show line notes below