Class TicketRatingEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ticket.ticket_rating.TicketRatingEntity
All Implemented Interfaces:
Serializable

@Entity public class TicketRatingEntity extends BaseEntity
TicketRating entity for content categorization and organization Provides ticket_ratingging functionality for various system entities Database Table: bytedesk_core_ticket_rating Purpose: Stores ticket_rating definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the ticket_rating
    • description

      private String description
      Description of the ticket_rating
    • type

      private String type
      Type of ticket_rating (CUSTOMER, TICKET, ARTICLE, etc.)
  • Constructor Details

    • TicketRatingEntity

      public TicketRatingEntity()