mirror of https://github.com/usbharu/Hideout.git
feat: UserCreateDtoを作成
This commit is contained in:
parent
24999b0524
commit
be531684b5
|
@ -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