diff --git a/src/main/kotlin/com/example/mergebackend/infra/feign/oauth/dto/response/UserInformationDto.kt b/src/main/kotlin/com/example/mergebackend/infra/feign/oauth/dto/response/UserInformationDto.kt deleted file mode 100644 index ffc6c17..0000000 --- a/src/main/kotlin/com/example/mergebackend/infra/feign/oauth/dto/response/UserInformationDto.kt +++ /dev/null @@ -1,18 +0,0 @@ -package com.example.mergebackend.infra.feign.oauth.dto.response - -import com.example.mergebackend.infra.feign.oauth.dto.UserRole -import java.time.LocalDate -import java.util.* - -data class UserInformationDto( - val id: UUID, - val accountId: String, - val name: String, - val birthday: LocalDate, - val grade: Int, - val classNum: Int, - val num: Int, - val profileFileName: String?, - val password: String, - val userRole: UserRole -) \ No newline at end of file