Class RoutingQueueEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.routing_queue.RoutingQueueEntity
- All Implemented Interfaces:
Serializable
路由队列:提前计算好工作组的接待客服队列,直接读取下一个接待客服,减少每次分配客服时的计算量
将客服分配队列可视化
- See Also:
-
Field Summary
Fields -
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
-
description
-
type
-
-
Constructor Details
-
RoutingQueueEntity
public RoutingQueueEntity()
-