Skip to content

Commit

Permalink
refactor: (#798) 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pji-min committed Feb 12, 2025
1 parent 53c05bb commit da740a6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.UUID

data class ModelStudentListResponse(
val id: UUID,
val studentGcn: String,
val studentName: String,
val studentProfile: String?
)
val gcn: String,
val name: String,
val profileImageUrl: String?
)

0 comments on commit da740a6

Please sign in to comment.