Skip to content

Commit

Permalink
feat: Request(#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Feb 8, 2024
1 parent f305277 commit 1de8e03
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
//

import Foundation

extension DTO {
struct FetchEvaluatePostsRequest: Encodable {
/// κ°•μ˜ ID
let lectureId: Int
/// νŽ˜μ΄μ§€(1...)
let page: Int
}
}

0 comments on commit 1de8e03

Please sign in to comment.