mirror of https://github.com/usbharu/Hideout.git
feat: UserCreateDtoを作成
This commit is contained in:
parent
e040f6c811
commit
79205fc253
|
@ -0,0 +1,9 @@
|
|||
package dev.usbharu.hideout.domain.model.hideout.dto
|
||||
|
||||
data class UserCreateDto(
|
||||
val name:String,
|
||||
val domain:String,
|
||||
val screenName:String,
|
||||
val description:String,
|
||||
val password:String
|
||||
)
|
Loading…
Reference in New Issue