User Info Dto
data class UserInfoDto(val id: Long, val name: String, val email: String, val role: MutableList<String>, val stores: MutableList<String>, val review: MutableList<String>)
Constructors
Link copied to clipboard
constructor(id: Long, name: String, email: String, role: MutableList<String>, stores: MutableList<String>, review: MutableList<String>)