투표기능 추가

This commit is contained in:
Yu Sung
2025-01-07 19:59:19 +09:00
parent a2b7fef39e
commit 7e13689763
7 changed files with 112 additions and 5 deletions

View File

@@ -16,5 +16,5 @@ struct GetAuditionRoleApplicantItem: Decodable {
let nickname: String
let profileImageUrl: String
let voiceUrl: String
let voteCount: Int
var voteCount: Int
}