Package com.bytedesk.kbase.blog
Class BlogEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.blog.BlogEntity
- All Implemented Interfaces:
Serializable
Blog entity for content categorization and organization
Provides blogging functionality for various system entities
Database Table: bytedesk_kbase_blog
Purpose: Stores blog definitions, colors, and organization settings
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
标题 -
description
摘要/描述 -
type
内容类型(TEXT/MARKDOWN/HTML...),默认 TEXT -
coverImageUrl
-
contentMarkdown
-
contentHtml
-
categoryUid
-
kbUid
-
tagList
-
top
-
published
-
readCount
-
likeCount
-
editor
-
-
Constructor Details
-
BlogEntity
public BlogEntity()
-
-
Method Details
-
prePersist
public void prePersist() -
postLoad
public void postLoad()
-