Package-level declarations

Types

Link copied to clipboard
data class ArticleMainCardExcludeWorkbookCommand(val articleId: Long, val articleTitle: String, val mainImageUrl: URL, val categoryCd: Byte, val createdAt: LocalDateTime, val writerId: Long, val writerEmail: String, val writerName: String, val writerUrl: URL, val writerImgUrl: URL)
Link copied to clipboard
data class ArticleViewCountCommand(val articleId: Long)
Link copied to clipboard
data class ArticleViewHisCommand(val articleId: Long, val memberId: Long)
Link copied to clipboard
data class InsertFullArticleRecordCommand(val writerId: Long, val mainImageURL: URL, val title: String, val category: Byte, val content: String)
Link copied to clipboard
data class UpdateArticleMainCardWorkbookCommand(val articleId: Long, val workbooks: List<WorkbookCommand>)
Link copied to clipboard
data class WorkbookCommand(val id: Long, val title: String)