GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
sample-kotlin
/
sample-kotlin-spring+mybatis
Transfer to URL with SHA
Find file
Newer
Older
tree:
4856fa0b78
Branches
Tags
×
master
sample-kotlin-spring+mybatis
/
src
/
main
/
kotlin
/
com
/
example
/
sample
/
dto
/ BookDto.kt
yhornisse
on 12 Mar 2020
103 bytes
Add Sample.
Raw
Blame
History
package com.example.sample.entity data class BookDto ( var name: String, var author: String )