Class OpinionEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.voc.opinion.OpinionEntity
All Implemented Interfaces:
Serializable

@Entity public class OpinionEntity extends BaseEntity
Opinion entity for content categorization and organization Provides opinion functionality for various system entities Database Table: bytedesk_core_opinion Purpose: Stores opinion definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the opinion
    • description

      private String description
      Description of the opinion
    • type

      private String type
      Type of opinion (CUSTOMER, TICKET, ARTICLE, etc.)
    • color

      private String color
      Color theme for the opinion display
    • order

      private Integer order
      Display order of the opinion
  • Constructor Details

    • OpinionEntity

      public OpinionEntity()