ReadWorkBookArticleOut
data class ReadWorkBookArticleOut(val id: Long, val writer: WriterDetail, val title: String, val content: String, val problemIds: List<Long>, val category: String, val createdAt: LocalDateTime, val day: Long)
Constructors
Link copied to clipboard
constructor(id: Long, writer: WriterDetail, title: String, content: String, problemIds: List<Long>, category: String, createdAt: LocalDateTime, day: Long)