Package com.bytedesk.ai.statistic
Class AiStatisticEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.statistic.AiStatisticEntity
- All Implemented Interfaces:
Serializable
AiStatistic entity for content categorization and organization
Provides ai functionality for various system entities
Database Table: bytedesk_core_statistic
Purpose: Stores statistic definitions, colors, and organization settings
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
Name of the statistic -
description
Description of the statistic -
type
Type of statistic (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
AiStatisticEntity
public AiStatisticEntity()
-