Package com.bytedesk.ai.alibaba.consumer
Class ConsumerEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.alibaba.consumer.ConsumerEntity
- All Implemented Interfaces:
Serializable
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 Summary
FieldsModifier and TypeFieldDescriptionprivate List<BookingEntity>
private String
Description of the consumerprivate String
Name of the consumerprivate String
Type of consumer (BOOKING, SHOPPING, etc.) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
Name of the consumer -
description
Description of the consumer -
type
Type of consumer (BOOKING, SHOPPING, etc.) -
bookings
-
-
Constructor Details
-
ConsumerEntity
public ConsumerEntity()
-