Skip to content

Commit

Permalink
refactor: (#798) DTO명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pji-min committed Feb 17, 2025
1 parent 8eea190 commit c02d515
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package team.aliens.dms.domain.vote.dto.response

import java.util.UUID

data class ModelStudentListResponse(
data class ModelStudentResponse(
val id: UUID,
val gcn: String,
val name: String,
val profileImageUrl: String?

)
)

0 comments on commit c02d515

Please sign in to comment.