Class TraceEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.control.trace.TraceEntity
All Implemented Interfaces:
Serializable

@Entity public class TraceEntity extends BaseEntity
Trace entity for content categorization and organization Provides trace functionality for various system entities Database Table: bytedesk_core_trace Purpose: Stores trace definitions, colors, and organization settings
See Also:
  • Field Details

    • name

      private String name
      Name of the trace
    • description

      private String description
      Description of the trace
    • type

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

    • TraceEntity

      public TraceEntity()