Skip to content

Commit

Permalink
♻️: refactor dto가 data 클래스 사용하도록 변경 #28
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Mar 4, 2024
1 parent 4b469d7 commit f2140ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.th.plu.domain.domain.answer.Answer
import com.th.plu.domain.domain.question.Question
import java.time.LocalDateTime

class AnswerInfoResponse(
data class AnswerInfoResponse(
val questionDate: LocalDateTime,
val questionTitle: String,
val answer: String,
Expand Down

0 comments on commit f2140ce

Please sign in to comment.