Class PostEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.forum.post.PostEntity
All Implemented Interfaces:
Serializable

@Entity public class PostEntity extends BaseEntity
See Also:
  • Field Details

    • title

      private String title
    • content

      private String content
    • userId

      private Long userId
    • viewCount

      private Integer viewCount
    • likeCount

      private Integer likeCount
    • commentCount

      private Integer commentCount
    • status

      private String status
    • category

      private CategoryEntity category
  • Constructor Details

    • PostEntity

      public PostEntity()