Package-level declarations

Types

Link copied to clipboard
data class ArticleContent(val id: Long, val category: String, val articleTitle: String, val articleContent: String, val writerName: String, val writerLink: URL)
Link copied to clipboard
@Service
class BrowseArticleContentsService(dslContext: DSLContext)
Link copied to clipboard
@Service
class BrowseMemberEmailService(dslContext: DSLContext)
Link copied to clipboard
@Service
class BrowseMemberReceiveArticlesService(dslContext: DSLContext)
Link copied to clipboard
@Service
class BrowseWorkbookLastDayColService(dslContext: DSLContext)
Link copied to clipboard
data class MemberReceiveArticle(val workbookId: Long, val articleId: Long, val dayCol: Long)
Link copied to clipboard

Functions

Link copied to clipboard