UserInfoDto

constructor(id: Long, name: String, email: String, role: MutableList<String>, stores: MutableList<String>, review: MutableList<String>)