Class FeedbackEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.voc.feedback.FeedbackEntity
All Implemented Interfaces:
Serializable

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

    • content

      private String content
    • userId

      private Long userId
    • type

      private String type
    • status

      private String status
    • replyCount

      private Integer replyCount
    • likeCount

      private Integer likeCount
    • assignedTo

      private Long assignedTo
  • Constructor Details

    • FeedbackEntity

      public FeedbackEntity()