Class WorkgroupRoutingEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.workgroup_routing.WorkgroupRoutingEntity
- All Implemented Interfaces:
Serializable
WorkgroupRouting entity for content categorization and organization
Provides workgroup_routingging functionality for various system entities
Database Table: bytedesk_service_workgroup_routing
Purpose: Stores workgroup_routing definitions, colors, and organization settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Long轮询游标:用于 ROUND_ROBIN 在持久化层维护 nextAgent。private StringDescription of the workgroup_routingprivate StringName of the workgroup_routingprivate String预计算好的“下一个将被分配的客服”UID。private String预留扩展字段(例如缓存可视化需要的快照)。private String当前使用的路由模式(来自 WorkgroupSettingsEntity.routingMode)。private static final longprivate String所属工作组 UID(用于维护该工作组的路由状态)。 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the workgroup_routing -
description
Description of the workgroup_routing -
workgroupUid
所属工作组 UID(用于维护该工作组的路由状态)。 -
routingMode
当前使用的路由模式(来自 WorkgroupSettingsEntity.routingMode)。 -
nextAgentUid
预计算好的“下一个将被分配的客服”UID。 -
cursor
轮询游标:用于 ROUND_ROBIN 在持久化层维护 nextAgent。 -
routingExtra
预留扩展字段(例如缓存可视化需要的快照)。
-
-
Constructor Details
-
WorkgroupRoutingEntity
public WorkgroupRoutingEntity()
-