Skip to content

Commit ccdfd3e

Browse files
committed
[#27] AnswerAPI writerGeneration 추가
1 parent 9e77f1b commit ccdfd3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/QappleRepository/DTO/Answer/AnswerListOfMine.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public struct AnswerListOfMine: Decodable, Sendable {
2020
public let answerId: Int
2121
public let writerId: Int
2222
public let nickname: String
23+
public let writerGeneration: String
2324
public let profileImage: String?
2425
public let content: String
2526
public let heartCount: Int

Sources/QappleRepository/DTO/Answer/AnswerListOfQuestion.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public struct AnswerListOfQuestion: Decodable, Sendable {
2020
public let writerId: Int
2121
public let profileImage: String?
2222
public let nickname: String
23+
public let writerGeneration: String
2324
public let content: String
2425
public let isMine: Bool
2526
public let isReported: Bool

0 commit comments

Comments
 (0)