Class QualityFlowEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.quality_flow.QualityFlowEntity
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
Name of the tag -
description
Description of the tag -
type
Type of tag (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
QualityFlowEntity
public QualityFlowEntity()
-