Class ShoppingEntity

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

@Entity public class ShoppingEntity extends BaseEntity
Shopping entity for content categorization and organization Provides shopping functionality for various system entities Database Table: bytedesk_core_shopping Purpose: Stores shopping definitions, colors, and organization settings
See Also:
  • Field Details

    • name

      private String name
      Name of the shopping
    • description

      private String description
      Description of the shopping
    • type

      private String type
      Type of shopping (CUSTOMER, TICKET, ARTICLE, etc.)
  • Constructor Details

    • ShoppingEntity

      public ShoppingEntity()