Class ConsumerEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.alibaba.consumer.ConsumerEntity
All Implemented Interfaces:
Serializable

@Entity public class ConsumerEntity extends BaseEntity
Consumer entity for content categorization and organization Provides consumer functionality for various system entities Database Table: bytedesk_ai_consumer Purpose: Stores consumer definitions, colors, and organization settings
See Also:
  • Field Details

    • name

      private String name
      Name of the consumer
    • description

      private String description
      Description of the consumer
    • type

      private String type
      Type of consumer (BOOKING, SHOPPING, etc.)
    • bookings

      private List<BookingEntity> bookings
  • Constructor Details

    • ConsumerEntity

      public ConsumerEntity()