Class RecommendationEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.recommendation.RecommendationEntity
All Implemented Interfaces:
Serializable

@Entity public class RecommendationEntity extends BaseEntity
Recommendation entity for content categorization and organization Provides recommendationging functionality for various system entities Database Table: bytedesk_core_recommendation Purpose: Stores recommendation definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the recommendation
    • description

      private String description
      Description of the recommendation
    • type

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

      private String color
      Color theme for the recommendation display
    • order

      private Integer order
      Display order of the recommendation
  • Constructor Details

    • RecommendationEntity

      public RecommendationEntity()