Class CallStatisticEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.statistic.CallStatisticEntity
All Implemented Interfaces:
Serializable

@Entity public class CallStatisticEntity extends BaseEntity
CallStatistic entity for content categorization and organization Provides statistic functionality for various system entities Database Table: bytedesk_core_statistic Purpose: Stores statistic definitions, colors, and organization settings
See Also:
  • Field Details

    • name

      private String name
      Name of the statistic
    • description

      private String description
      Description of the statistic
    • type

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

      private String color
      Color theme for the statistic display
    • order

      private Integer order
      Display order of the statistic
  • Constructor Details

    • CallStatisticEntity

      public CallStatisticEntity()