Package-level declarations

Types

Link copied to clipboard
data class ArticleViewCountQuery(val articleId: Long, val categoryType: CategoryType)
Link copied to clipboard
data class ArticleViewHisCountQuery(val articleId: Long)
Link copied to clipboard
data class SelectAritlceIdByWorkbookIdAndDayQuery(val workbookId: Long, val day: Int)
Link copied to clipboard
data class SelectArticleContentQuery(val articleId: Long)
Link copied to clipboard
data class SelectArticleIdByWorkbookIdAndDayQuery(val workbookId: Long, val day: Int)
Link copied to clipboard
data class SelectArticleRecordQuery(val articleId: Long)
Link copied to clipboard
data class SelectArticlesOrderByViewsQuery(val offset: Long, val category: CategoryType)
Link copied to clipboard
data class SelectRankByViewsQuery(val articleId: Long)
Link copied to clipboard
data class SelectWorkBookArticleRecordQuery(val workbookId: Long, val articleId: Long)
Link copied to clipboard
data class SelectWorkbookMappedArticleRecordsQuery(val workbookId: Long)