Class ReplyEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.voc.reply.ReplyEntity
All Implemented Interfaces:
Serializable

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

    • feedbackId

      private Long feedbackId
    • userId

      private Long userId
    • content

      private String content
    • parentId

      private Long parentId
    • likeCount

      private Integer likeCount
    • internal

      private Boolean internal
  • Constructor Details

    • ReplyEntity

      public ReplyEntity()