Class TicketRatingEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ticket.ticket_rating.TicketRatingEntity
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the ticket_rating -
description
Description of the ticket_rating -
type
Type of ticket_rating (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
TicketRatingEntity
public TicketRatingEntity()
-