Skip to content

Commit

Permalink
♻️ :: [#237] SelfStudyDomain / FetchSelfStudyRankListResponseDTO id를 …
Browse files Browse the repository at this point in the history
…rank위로 수정
  • Loading branch information
junseopark0331 authored and uuuunseo committed Apr 21, 2024
1 parent 392ee7a commit c73c286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ struct FetchSelfStudyRankListResponseDTO: Decodable {
let list: [SelfStudyRankResponseDTO]

struct SelfStudyRankResponseDTO: Decodable {
let rank: Int
let id: Int
let rank: Int
let stuNum: String
let memberName: String
let gender: GenderType
Expand Down

0 comments on commit c73c286

Please sign in to comment.