Class QualityFlowEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.quality_flow.QualityFlowEntity
All Implemented Interfaces:
Serializable

@Entity public class QualityFlowEntity extends BaseEntity
QualityFlow entity for content categorization and organization Provides tagging functionality for various system entities Database Table: bytedesk_service_tag Purpose: Stores tag definitions, colors, and organization settings
See Also:
  • Field Details

    • name

      private String name
      Name of the tag
    • description

      private String description
      Description of the tag
    • type

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

    • QualityFlowEntity

      public QualityFlowEntity()