PostCodeInputDto

data class PostCodeInputDto(val code: String, val city: UUID)

Constructors

Link copied to clipboard
fun PostCodeInputDto(code: String, city: UUID)

Properties

Link copied to clipboard
val city: UUID
Link copied to clipboard