Class CommentEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.comment.CommentEntity
All Implemented Interfaces:
Serializable

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

    • content

      private String content
    • type

      private String type
    • replyToUid

      private String replyToUid
    • replyToContent

      private String replyToContent
    • replyToUser

      private String replyToUser
    • tagList

      private List<String> tagList
    • articleUid

      private String articleUid
    • user

      private String user
  • Constructor Details

    • CommentEntity

      public CommentEntity()