Class ConsumerEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.demos.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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • 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()