Uses of Class
com.bytedesk.core.base.BaseEntity
Packages that use BaseEntity
Package
Description
Model package contains data models and entities used across the AI module.
Provider package contains implementations for various AI service providers.
Robot package contains classes for managing AI robots/agents.
Robot message package contains classes for handling robot communication.
智能辅助回复
https://work.weixin.qq.com/nl/act/p/c9d6b36eb873411c
Message handling package containing message models and processors
Thread package containing thread models and handlers
ByteDesk 文件上传包
提供文件上传、存储管理等功能
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 固定自动回复管理包
提供固定自动回复的CRUD、搜索等功能
ByteDesk 关键词自动回复管理包
提供关键词自动回复的CRUD、搜索等功能
ByteDesk 评论管理包
提供评论的CRUD、搜索等功能
ByteDesk 文档分割包
提供文档分割、向量化等功能
ByteDesk 意图设置管理包
本包提供客服系统中意图识别和分类的相关设置,主要功能包括:
1.
ByteDesk 邀请设置管理包
本包提供客服系统中主动邀请功能的相关设置与管理,包括:
1.
ByteDesk 点踩设置管理包
本包提供客服系统中点踩功能的相关设置与管理,包括:
1.
客服状态日志包
记录和管理客服状态变更
客服切换状态审核设置
浏览记录管理包。
队列成员包
管理客服系统的排队和会话分配
千人千面-路由规则
千人千面-路由规则
Customer Service Statistics Package
Provides comprehensive statistical functionalities for the customer service system, including:
评价服务包
管理客服会话的评价功能
会话转接包
处理会话转接相关功能
工作组服务包
管理客服工作组相关功能
工作时间设置
工单核心模块
包含工单实体、仓库、服务等基础组件
工单统计模块
提供工单数据统计、分析功能
-
Uses of BaseEntity in com.bytedesk.ai.ai_statistic
Subclasses of BaseEntity in com.bytedesk.ai.ai_statisticModifier and TypeClassDescriptionclassAiStatistic entity for content categorization and organization Provides ai functionality for various system entities Database Table: bytedesk_core_statistic Purpose: Stores statistic definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.ai.demos.booking
Subclasses of BaseEntity in com.bytedesk.ai.demos.bookingModifier and TypeClassDescriptionclass预定演示 机票预定、退票、改签 酒店预定、退房、续住 租车预定、还车 旅游线路预定、取消 电影票预定、退票 餐厅订座、取消 -
Uses of BaseEntity in com.bytedesk.ai.demos.consumer
Subclasses of BaseEntity in com.bytedesk.ai.demos.consumerModifier and TypeClassDescriptionclass预定、商品、订单等 关联消费者实体信息 Consumer entity for content categorization and organization Provides consumer functionality for various system entities Database Table: bytedesk_ai_consumer Purpose: Stores consumer definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.ai.mcp_client
Subclasses of BaseEntity in com.bytedesk.ai.mcp_clientModifier and TypeClassDescriptionclassMcpClient entity for content categorization and organization Provides mcp_clientging functionality for various system entities Database Table: bytedesk_core_mcp_client Purpose: Stores mcp_client definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.ai.mcp_server
Subclasses of BaseEntity in com.bytedesk.ai.mcp_serverModifier and TypeClassDescriptionclassMcpServer entity for Model Context Protocol server configuration and management Stores MCP server connection details, capabilities, and runtime information Database Table: bytedesk_ai_mcp_server Purpose: Stores MCP server definitions, connection settings, and capability information -
Uses of BaseEntity in com.bytedesk.ai.model
Subclasses of BaseEntity in com.bytedesk.ai.modelModifier and TypeClassDescriptionclassLLM model entity for AI model management Manages large language model configurations and provider relationships Database Table: bytedesk_ai_model Purpose: Stores LLM model definitions, types, and provider associations -
Uses of BaseEntity in com.bytedesk.ai.prompt
Subclasses of BaseEntity in com.bytedesk.ai.promptModifier and TypeClassDescriptionclassPrompt entity for content categorization and organization Provides promptging functionality for various system entities Database Table: bytedesk_ai_prompt Purpose: Stores prompt definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.ai.provider
Subclasses of BaseEntity in com.bytedesk.ai.provider -
Uses of BaseEntity in com.bytedesk.ai.robot
Subclasses of BaseEntity in com.bytedesk.ai.robotModifier and TypeClassDescriptionclassAI robot entity for automated customer service Supports different service types: agent (human-only), robot (AI-only), workgroup (hybrid) Database Table: bytedesk_ai_robot Purpose: Stores AI robot configurations, LLM settings, and service parameters -
Uses of BaseEntity in com.bytedesk.ai.robot_message
Subclasses of BaseEntity in com.bytedesk.ai.robot_message -
Uses of BaseEntity in com.bytedesk.ai.robot_settings
Subclasses of BaseEntity in com.bytedesk.ai.robot_settingsModifier and TypeClassDescriptionclassRobot configuration settings for reusable settings Purpose: - Store reusable robot configurations - Enable sharing common settings across multiple robots - Simplify robot configuration management Usage: - Create settings for different robot types (e.g., "FAQ Robot", "Customer Service Robot", "Sales Robot") - Assign settings to robots via RobotEntity.settings reference - Multiple robots can share the same settings Common fields (inherited from BaseSettingsEntity): - name, description, isDefault, enabled - serviceSettings, inviteSettings, intentionSettings Robot-specific fields: - rateDownSettings Database Table: bytedesk_ai_robot_settings -
Uses of BaseEntity in com.bytedesk.ai.robot_settings.tools
Subclasses of BaseEntity in com.bytedesk.ai.robot_settings.toolsModifier and TypeClassDescriptionclassStores Spring AI tool orchestration preferences (draft + published) for a robot settings template. -
Uses of BaseEntity in com.bytedesk.ai.robot_thread
Subclasses of BaseEntity in com.bytedesk.ai.robot_thread -
Uses of BaseEntity in com.bytedesk.ai.robot.settings
Subclasses of BaseEntity in com.bytedesk.ai.robot.settingsModifier and TypeClassDescriptionclassRobot routing and transfer settings for workgroups Purpose: - Configure when to route customers to robots - Define robot engagement strategies - Manage human-robot transfer rules Note: This is different from ai.robot_settings.RobotSettingsEntity - RobotRoutingSettings: Standalone entity for workgroup robot routing strategy - RobotSettingsEntity: Standalone entity for robot's own configuration -
Uses of BaseEntity in com.bytedesk.ai.statistic_token
Subclasses of BaseEntity in com.bytedesk.ai.statistic_tokenModifier and TypeClassDescriptionclassStatisticToken entity for content categorization and organization Provides statistic_token functionality for various system entities Database Table: bytedesk_core_statistic_token Purpose: Stores statistic_token definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.call.call_statistic
Subclasses of BaseEntity in com.bytedesk.call.call_statisticModifier and TypeClassDescriptionclassCallStatistic entity for content categorization and organization Provides statistic functionality for various system entities Database Table: bytedesk_core_statistic Purpose: Stores statistic definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.call.janus_audio
Subclasses of BaseEntity in com.bytedesk.call.janus_audioModifier and TypeClassDescriptionclassJanusAudio entity for content categorization and organization Provides audio functionality for various system entities Database Table: bytedesk_janus_audio Purpose: Stores janus_audio definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.call.janus_video
Subclasses of BaseEntity in com.bytedesk.call.janus_videoModifier and TypeClassDescriptionclassJanusVideo entity for content categorization and organization Provides video functionality for various system entities Database Table: bytedesk_janus_video Purpose: Stores janus_video definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.call.mrcp
Subclasses of BaseEntity in com.bytedesk.call.mrcpModifier and TypeClassDescriptionclassCallMrcp entity for content categorization and organization Provides mrcp functionality for various system entities Database Table: bytedesk_call_mrcp Purpose: Stores mrcp definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.control.license
Subclasses of BaseEntity in com.bytedesk.control.license -
Uses of BaseEntity in com.bytedesk.control.trace
Subclasses of BaseEntity in com.bytedesk.control.traceModifier and TypeClassDescriptionclassTrace 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 -
Uses of BaseEntity in com.bytedesk.core.action
Subclasses of BaseEntity in com.bytedesk.core.actionModifier and TypeClassDescriptionclassSystem action log entity Represents user actions and system events for audit and monitoring purposes Database Table: bytedesk_core_action Purpose: Tracks user activities, system events, and security-related actions -
Uses of BaseEntity in com.bytedesk.core.announcement
Subclasses of BaseEntity in com.bytedesk.core.announcement -
Uses of BaseEntity in com.bytedesk.core.asset
Subclasses of BaseEntity in com.bytedesk.core.assetModifier and TypeClassDescriptionclassAsset entity for content categorization and organization Provides assetging functionality for various system entities Database Table: bytedesk_core_asset Purpose: Stores asset definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.balance
Subclasses of BaseEntity in com.bytedesk.core.balance -
Uses of BaseEntity in com.bytedesk.core.black
Subclasses of BaseEntity in com.bytedesk.core.black -
Uses of BaseEntity in com.bytedesk.core.calendar
Subclasses of BaseEntity in com.bytedesk.core.calendarModifier and TypeClassDescriptionclassCalendar entity for content categorization and organization Provides calendarging functionality for various system entities Database Table: bytedesk_core_calendar Purpose: Stores calendar definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.category
Subclasses of BaseEntity in com.bytedesk.core.category -
Uses of BaseEntity in com.bytedesk.core.clipboard
Subclasses of BaseEntity in com.bytedesk.core.clipboard -
Uses of BaseEntity in com.bytedesk.core.contract
Subclasses of BaseEntity in com.bytedesk.core.contractModifier and TypeClassDescriptionclassContract entity for content categorization and organization Provides contractging functionality for various system entities Database Table: bytedesk_core_contract Purpose: Stores contract definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.department
Subclasses of BaseEntity in com.bytedesk.core.departmentModifier and TypeClassDescriptionclassDepartment entity for organizational hierarchy management Manages department structure with parent-child relationships Database Table: bytedesk_team_department Purpose: Stores department information and hierarchical organization structure -
Uses of BaseEntity in com.bytedesk.core.document
Subclasses of BaseEntity in com.bytedesk.core.documentModifier and TypeClassDescriptionclass微语文档 Document entity for content categorization and organization Provides documentging functionality for various system entities Database Table: bytedesk_core_document Purpose: Stores document definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.email
Subclasses of BaseEntity in com.bytedesk.core.email -
Uses of BaseEntity in com.bytedesk.core.email_message
Subclasses of BaseEntity in com.bytedesk.core.email_message -
Uses of BaseEntity in com.bytedesk.core.email_template
Subclasses of BaseEntity in com.bytedesk.core.email_template -
Uses of BaseEntity in com.bytedesk.core.feature
Subclasses of BaseEntity in com.bytedesk.core.featureModifier and TypeClassDescriptionclassFeature entity for system feature management and licensing Manages feature flags, configurations, and premium feature access Database Table: bytedesk_core_feature Purpose: Stores feature definitions, configurations, and access control settings -
Uses of BaseEntity in com.bytedesk.core.goods
Subclasses of BaseEntity in com.bytedesk.core.goodsModifier and TypeClassDescriptionclass商品信息演示 Goods entity for content categorization and organization Provides goodsging functionality for various system entities Database Table: bytedesk_core_goods Purpose: Stores goods definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.gray_release
Subclasses of BaseEntity in com.bytedesk.core.gray_releaseModifier and TypeClassDescriptionclass灰度发布配置 用于控制新功能的逐步放量class灰度发布指标实体 -
Uses of BaseEntity in com.bytedesk.core.group
Subclasses of BaseEntity in com.bytedesk.core.groupModifier and TypeClassDescriptionclassTeam group entity for group chat and collaboration management Manages group settings, members, and communication features Database Table: bytedesk_team_groups Purpose: Stores group information, member relationships, and group settings -
Uses of BaseEntity in com.bytedesk.core.group_invite
Subclasses of BaseEntity in com.bytedesk.core.group_invite -
Uses of BaseEntity in com.bytedesk.core.group_notice
Subclasses of BaseEntity in com.bytedesk.core.group_notice -
Uses of BaseEntity in com.bytedesk.core.intention
Subclasses of BaseEntity in com.bytedesk.core.intentionModifier and TypeClassDescriptionclassIntention entity for content categorization and organization Provides intentionging functionality for various system entities Database Table: bytedesk_core_intention Purpose: Stores intention definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.invoice
Subclasses of BaseEntity in com.bytedesk.core.invoice -
Uses of BaseEntity in com.bytedesk.core.ip_access
Subclasses of BaseEntity in com.bytedesk.core.ip_access -
Uses of BaseEntity in com.bytedesk.core.ip_black
Subclasses of BaseEntity in com.bytedesk.core.ip_black -
Uses of BaseEntity in com.bytedesk.core.ip_white
Subclasses of BaseEntity in com.bytedesk.core.ip_white -
Uses of BaseEntity in com.bytedesk.core.member
Subclasses of BaseEntity in com.bytedesk.core.memberModifier and TypeClassDescriptionclassTeam member entity for organizational structure management Manages member profiles, roles, and department assignments Database Table: bytedesk_team_member Purpose: Stores member information, contact details, and organizational relationships -
Uses of BaseEntity in com.bytedesk.core.message
Subclasses of BaseEntity in com.bytedesk.core.messageModifier and TypeClassDescriptionclassclassMessage entity for storing individual chat messages Represents a single message within a conversation thread Database Table: bytedesk_core_message Purpose: Stores message content, sender information, and message metadata -
Uses of BaseEntity in com.bytedesk.core.message_unread
Subclasses of BaseEntity in com.bytedesk.core.message_unreadModifier and TypeClassDescriptionclass存储未读消息,减少message表查询压力 缓存每个用户该接收的消息,自己发送的消息自己不缓存 收到客户端的回执receipt后,删除该条缓存记录 客户端拉取之后,从表中删除该条记录 -
Uses of BaseEntity in com.bytedesk.core.moment
Subclasses of BaseEntity in com.bytedesk.core.momentModifier and TypeClassDescriptionclassMoment entity for content categorization and organization Provides moment functionality for various system entities Database Table: bytedesk_core_moment Purpose: Stores moment definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.notice
Subclasses of BaseEntity in com.bytedesk.core.noticeModifier and TypeClassDescriptionclass用于发布:用户登录通知、会话转接、会话邀请通知,待重构到 MessageEntity System notice entity for announcements and notifications Different from message type notices - used for system-wide announcements Database Table: bytedesk_core_notice Purpose: Stores system announcements, alerts, and important notifications -
Uses of BaseEntity in com.bytedesk.core.open_platform
Subclasses of BaseEntity in com.bytedesk.core.open_platformModifier and TypeClassDescriptionclassOpenPlatform entity for Open Platform definitions and settings Database Table: bytedesk_core_open_platform Purpose: Stores openPlatform definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.order
Subclasses of BaseEntity in com.bytedesk.core.order -
Uses of BaseEntity in com.bytedesk.core.payment
Subclasses of BaseEntity in com.bytedesk.core.payment -
Uses of BaseEntity in com.bytedesk.core.push
Subclasses of BaseEntity in com.bytedesk.core.push -
Uses of BaseEntity in com.bytedesk.core.quartz_task
Subclasses of BaseEntity in com.bytedesk.core.quartz_task -
Uses of BaseEntity in com.bytedesk.core.rbac.auth.oauth2
Subclasses of BaseEntity in com.bytedesk.core.rbac.auth.oauth2 -
Uses of BaseEntity in com.bytedesk.core.rbac.organization_apply
Subclasses of BaseEntity in com.bytedesk.core.rbac.organization_apply -
Uses of BaseEntity in com.bytedesk.core.rbac.permission
Methods in com.bytedesk.core.rbac.permission with parameters of type BaseEntityModifier and TypeMethodDescriptionbooleanPermissionService.hasEntityPermission(String module, String action, BaseEntity entity) 检查用户是否有权限操作指定实体 -
Uses of BaseEntity in com.bytedesk.core.rbac.role
Subclasses of BaseEntity in com.bytedesk.core.rbac.role -
Uses of BaseEntity in com.bytedesk.core.rbac.token
Subclasses of BaseEntity in com.bytedesk.core.rbac.tokenModifier and TypeClassDescriptionclass可用于强制用户重新登录,或者刷新token access_token or refresh_token 授权验证token时,不只是使用jwt解码验证,还需要跟数据库中进行对比,如果token被禁用或者过期,则拒绝访问 存储第三方access_token,refresh_token,过期时间等,微信,qq等第三方授权登录 -
Uses of BaseEntity in com.bytedesk.core.recharge
Subclasses of BaseEntity in com.bytedesk.core.recharge -
Uses of BaseEntity in com.bytedesk.core.recommendation
Subclasses of BaseEntity in com.bytedesk.core.recommendationModifier and TypeClassDescriptionclassRecommendation entity for content categorization and organization Provides recommendationging functionality for various system entities Database Table: bytedesk_core_recommendation Purpose: Stores recommendation definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.relation
Subclasses of BaseEntity in com.bytedesk.core.relationModifier and TypeClassDescriptionclassRelation entity for social relationships and content categorization Provides comprehensive relation functionality for various system entities Reference: Xiaohongshu (Little Red Book) social platform design Database Table: bytedesk_core_relation Purpose: Stores relation definitions, social interactions, and organization settings -
Uses of BaseEntity in com.bytedesk.core.schedule
Subclasses of BaseEntity in com.bytedesk.core.scheduleModifier and TypeClassDescriptionclassSchedule entity for content categorization and organization Provides scheduleging functionality for various system entities Database Table: bytedesk_core_schedule Purpose: Stores schedule definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.settings
Subclasses of BaseEntity in com.bytedesk.core.settingsModifier and TypeClassDescriptionclassSettings entity for content categorization and organization Provides settings management functionality for various system entities Database Table: bytedesk_core_settings Purpose: Stores settings definitions, colors, and organization settings 当 level == LevelEnum.PLATFORM 时,存储平台级别配置: - EMAIL 类型:全局邮箱配置,用于发送验证码邮件 - SMS 类型:全局短信配置,用于发送验证码短信 - TICKET_CENTER 类型:平台工单中心配置,存储所使用的工作组 workgroupUid -
Uses of BaseEntity in com.bytedesk.core.sms
Subclasses of BaseEntity in com.bytedesk.core.smsModifier and TypeClassDescriptionclassSms entity for content categorization and organization Provides smsging functionality for various system entities Database Table: bytedesk_core_sms Purpose: Stores sms definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.sms_provider
Subclasses of BaseEntity in com.bytedesk.core.sms_providerModifier and TypeClassDescriptionclassSmsProvider entity for SMS provider configuration Stores SMS provider credentials and configuration settings Database Table: bytedesk_core_sms_provider Purpose: Stores sms provider definitions and credentials -
Uses of BaseEntity in com.bytedesk.core.sms_template
Subclasses of BaseEntity in com.bytedesk.core.sms_templateModifier and TypeClassDescriptionclassSmsTemplate entity for content categorization and organization Provides sms_templateging functionality for various system entities Database Table: bytedesk_core_sms_template Purpose: Stores sms_template definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.socket.connection
Subclasses of BaseEntity in com.bytedesk.core.socket.connectionModifier and TypeClassDescriptionclassConnection entity for tracking user/agent live connections across devices and protocols. -
Uses of BaseEntity in com.bytedesk.core.subscription
Subclasses of BaseEntity in com.bytedesk.core.subscriptionModifier and TypeClassDescriptionclassSubscription entity for content categorization and organization Provides subscriptionging functionality for various system entities Database Table: bytedesk_core_subscription Purpose: Stores subscription definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.tag
Subclasses of BaseEntity in com.bytedesk.core.tagModifier and TypeClassDescriptionclassTag entity for content categorization and organization Provides tagging functionality for various system entities Database Table: bytedesk_core_tag Purpose: Stores tag definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.task
Subclasses of BaseEntity in com.bytedesk.core.taskModifier and TypeClassDescriptionclass待办任务: 一个工单内可以关联多个任务,每个人都可以创建待办任务 可以单纯创建待办,也可以关联工单等创建待办任务 Task entity for content categorization and organization Provides taskging functionality for various system entities Database Table: bytedesk_core_task Purpose: Stores task definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.task_comment
Subclasses of BaseEntity in com.bytedesk.core.task_commentModifier and TypeClassDescriptionclassTaskComment entity for content categorization and organization Provides task_commentging functionality for various system entities Database Table: bytedesk_core_task_comment Purpose: Stores task_comment definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.task_list
Subclasses of BaseEntity in com.bytedesk.core.task_listModifier and TypeClassDescriptionclass待办任务列表 TaskList entity for content categorization and organization Provides task_listging functionality for various system entities Database Table: bytedesk_core_task_list Purpose: Stores task_list definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.core.thread
Subclasses of BaseEntity in com.bytedesk.core.threadModifier and TypeClassDescriptionclassclassConversation thread entity for managing chat sessions Represents a series of related messages arranged chronologically to form a coherent communication thread Used for online forums, email threads, social media, and customer service conversations Database Table: bytedesk_core_thread Purpose: Stores conversation threads, participant information, and message history Note: Each visitor to agent thread should be unique, with history records stored in thread_log table -
Uses of BaseEntity in com.bytedesk.core.translate
Subclasses of BaseEntity in com.bytedesk.core.translate -
Uses of BaseEntity in com.bytedesk.core.uid
Subclasses of BaseEntity in com.bytedesk.core.uid -
Uses of BaseEntity in com.bytedesk.core.upload
Subclasses of BaseEntity in com.bytedesk.core.uploadModifier and TypeClassDescriptionclassFile upload entity for managing uploaded files and documents Handles file metadata, storage information, and upload tracking Database Table: bytedesk_core_upload Purpose: Stores file upload records, metadata, and access information -
Uses of BaseEntity in com.bytedesk.core.url
Subclasses of BaseEntity in com.bytedesk.core.url -
Uses of BaseEntity in com.bytedesk.core.webhook
Subclasses of BaseEntity in com.bytedesk.core.webhook -
Uses of BaseEntity in com.bytedesk.core.webhook_message
Subclasses of BaseEntity in com.bytedesk.core.webhook_messageModifier and TypeClassDescriptionclass支持消息/客户留资信息秒级同步到企微/lark/飞书/钉钉或者其他CRM系统-推送记录 -
Uses of BaseEntity in com.bytedesk.core.workflow
Subclasses of BaseEntity in com.bytedesk.core.workflow -
Uses of BaseEntity in com.bytedesk.core.workflow_edge
Subclasses of BaseEntity in com.bytedesk.core.workflow_edgeModifier and TypeClassDescriptionclassWorkflowEdge entity for workflow edge storage and management Stores workflow edge definitions compatible with the edge framework Database Table: bytedesk_core_workflow_edge Purpose: Stores workflow edge definitions, connections, and configuration -
Uses of BaseEntity in com.bytedesk.core.workflow_log
Subclasses of BaseEntity in com.bytedesk.core.workflow_log -
Uses of BaseEntity in com.bytedesk.core.workflow_node
Subclasses of BaseEntity in com.bytedesk.core.workflow_nodeModifier and TypeClassDescriptionclassWorkflowNode entity for workflow node storage and management Stores workflow node definitions compatible with the node framework Database Table: bytedesk_core_workflow_node Purpose: Stores workflow node definitions, execution states, and configuration -
Uses of BaseEntity in com.bytedesk.core.workflow_variable
Subclasses of BaseEntity in com.bytedesk.core.workflow_variable -
Uses of BaseEntity in com.bytedesk.douyin.app
Subclasses of BaseEntity in com.bytedesk.douyin.appModifier and TypeClassDescriptionclassDouyin application entity for managing Douyin integration Handles Douyin Official Account, Mini Program, and Work application configurations Database Table: bytedesk_channel_douyin_app Purpose: Stores Douyin app credentials, access tokens, and integration settings -
Uses of BaseEntity in com.bytedesk.douyin.comment
Subclasses of BaseEntity in com.bytedesk.douyin.comment -
Uses of BaseEntity in com.bytedesk.douyin.dian
Subclasses of BaseEntity in com.bytedesk.douyin.dian -
Uses of BaseEntity in com.bytedesk.douyin.mini
Subclasses of BaseEntity in com.bytedesk.douyin.mini -
Uses of BaseEntity in com.bytedesk.forum.post
Subclasses of BaseEntity in com.bytedesk.forum.postModifier and TypeClassDescriptionclassForum post entity for community discussions Manages forum posts, content, and user interactions Database Table: bytedesk_forum_post Purpose: Stores forum posts, categories, and engagement metrics -
Uses of BaseEntity in com.bytedesk.kanban.module
Subclasses of BaseEntity in com.bytedesk.kanban.module -
Uses of BaseEntity in com.bytedesk.kanban.project
Subclasses of BaseEntity in com.bytedesk.kanban.project -
Uses of BaseEntity in com.bytedesk.kanban.project_invite
Subclasses of BaseEntity in com.bytedesk.kanban.project_invite -
Uses of BaseEntity in com.bytedesk.kanban.report
Subclasses of BaseEntity in com.bytedesk.kanban.report -
Uses of BaseEntity in com.bytedesk.kanban.todo_list
Subclasses of BaseEntity in com.bytedesk.kanban.todo_listModifier and TypeClassDescriptionclassTodo list entity for Kanban board management Represents a column or list in a Kanban board for organizing tasks Database Table: bytedesk_plugin_kanban_todo_list Purpose: Stores todo list configurations, task organization, and board structure -
Uses of BaseEntity in com.bytedesk.kbase.article
Subclasses of BaseEntity in com.bytedesk.kbase.article -
Uses of BaseEntity in com.bytedesk.kbase.article_archive
Subclasses of BaseEntity in com.bytedesk.kbase.article_archive -
Uses of BaseEntity in com.bytedesk.kbase.auto_reply.fixed
Subclasses of BaseEntity in com.bytedesk.kbase.auto_reply.fixed -
Uses of BaseEntity in com.bytedesk.kbase.auto_reply.keyword
Subclasses of BaseEntity in com.bytedesk.kbase.auto_reply.keyword -
Uses of BaseEntity in com.bytedesk.kbase.auto_reply.settings
Subclasses of BaseEntity in com.bytedesk.kbase.auto_reply.settings -
Uses of BaseEntity in com.bytedesk.kbase.blog
Subclasses of BaseEntity in com.bytedesk.kbase.blogModifier and TypeClassDescriptionclassBlog entity for content categorization and organization Provides blogging functionality for various system entities Database Table: bytedesk_kbase_blog Purpose: Stores blog definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.kbase.comment
Subclasses of BaseEntity in com.bytedesk.kbase.comment -
Uses of BaseEntity in com.bytedesk.kbase.kbase
Subclasses of BaseEntity in com.bytedesk.kbase.kbaseModifier and TypeClassDescriptionclassKnowledge base entity for organizing and managing knowledge articles Combines knowledge base functionality with workspace features Database Table: bytedesk_kbase Purpose: Stores knowledge base configurations, themes, and member management -
Uses of BaseEntity in com.bytedesk.kbase.kbase_invite
Subclasses of BaseEntity in com.bytedesk.kbase.kbase_inviteModifier and TypeClassDescriptionclassKnowledge base invite entity for member invitation management Manages invitations to join knowledge bases and collaboration spaces Database Table: bytedesk_kbase_invite Purpose: Stores invitation configurations and member access management -
Uses of BaseEntity in com.bytedesk.kbase.llm_chunk
Subclasses of BaseEntity in com.bytedesk.kbase.llm_chunkModifier and TypeClassDescriptionclass拆分实体 用于向量检索:文件、文本、网站等所有拆分内容全部存储在此 向量检索内容全部放到且仅放在此表中 -
Uses of BaseEntity in com.bytedesk.kbase.llm_faq
Subclasses of BaseEntity in com.bytedesk.kbase.llm_faq -
Uses of BaseEntity in com.bytedesk.kbase.llm_file
Subclasses of BaseEntity in com.bytedesk.kbase.llm_file -
Uses of BaseEntity in com.bytedesk.kbase.llm_text
Subclasses of BaseEntity in com.bytedesk.kbase.llm_text -
Uses of BaseEntity in com.bytedesk.kbase.llm_webpage
Subclasses of BaseEntity in com.bytedesk.kbase.llm_webpage -
Uses of BaseEntity in com.bytedesk.kbase.llm_website
Subclasses of BaseEntity in com.bytedesk.kbase.llm_website -
Uses of BaseEntity in com.bytedesk.kbase.llm_website.crawl
Subclasses of BaseEntity in com.bytedesk.kbase.llm_website.crawl -
Uses of BaseEntity in com.bytedesk.kbase.material
Subclasses of BaseEntity in com.bytedesk.kbase.material -
Uses of BaseEntity in com.bytedesk.kbase.note
Subclasses of BaseEntity in com.bytedesk.kbase.noteModifier and TypeClassDescriptionclassNote entity for content categorization and organization Provides noteging functionality for various system entities Database Table: bytedesk_kbase_note Purpose: Stores note definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.kbase.quick_button
Subclasses of BaseEntity in com.bytedesk.kbase.quick_button -
Uses of BaseEntity in com.bytedesk.kbase.quick_reply
Subclasses of BaseEntity in com.bytedesk.kbase.quick_reply -
Uses of BaseEntity in com.bytedesk.kbase.quick_reply.elastic
Subclasses of BaseEntity in com.bytedesk.kbase.quick_reply.elastic -
Uses of BaseEntity in com.bytedesk.kbase.quick_reply.vector
Subclasses of BaseEntity in com.bytedesk.kbase.quick_reply.vector -
Uses of BaseEntity in com.bytedesk.kbase.settings
Subclasses of BaseEntity in com.bytedesk.kbase.settingsModifier and TypeClassDescriptionclassBase settings entity with common configuration fields Purpose: - Provide common fields for all settings entities - Reduce code duplication across Agent/Workgroup/Robot settings - Ensure consistent settings structure Common Fields: - name: Settings name (required) - description: Settings description - isDefault: Whether this is a default settings template for new entities - enabled: Whether the settings is enabled - serviceSettings: Common service settings - inviteSettings: Invitation settings - intentionSettings: Intention recognition settings - summarySettings: Conversation summary settings Usage: - Extend this class in AgentSettingsEntity, WorkgroupSettingsEntity, RobotSettingsEntity - Add specific settings fields in subclasses -
Uses of BaseEntity in com.bytedesk.kbase.settings_emotion
Subclasses of BaseEntity in com.bytedesk.kbase.settings_emotion -
Uses of BaseEntity in com.bytedesk.kbase.settings_intention
Subclasses of BaseEntity in com.bytedesk.kbase.settings_intention -
Uses of BaseEntity in com.bytedesk.kbase.settings_invite
Subclasses of BaseEntity in com.bytedesk.kbase.settings_invite -
Uses of BaseEntity in com.bytedesk.kbase.settings_ratedown
Subclasses of BaseEntity in com.bytedesk.kbase.settings_ratedown -
Uses of BaseEntity in com.bytedesk.kbase.settings_service
Subclasses of BaseEntity in com.bytedesk.kbase.settings_service -
Uses of BaseEntity in com.bytedesk.kbase.settings_summary
Subclasses of BaseEntity in com.bytedesk.kbase.settings_summary -
Uses of BaseEntity in com.bytedesk.kbase.settings_trigger
Subclasses of BaseEntity in com.bytedesk.kbase.settings_triggerModifier and TypeClassDescriptionclassTrigger settings (v1): focus on simplest Quartz-driven triggers. -
Uses of BaseEntity in com.bytedesk.kbase.statistic
Subclasses of BaseEntity in com.bytedesk.kbase.statisticModifier and TypeClassDescriptionclassKbaseStatistic entity for content categorization and organization Provides statistic functionality for various system entities Database Table: bytedesk_core_statistic Purpose: Stores statistic definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.kbase.taboo
Subclasses of BaseEntity in com.bytedesk.kbase.taboo -
Uses of BaseEntity in com.bytedesk.kbase.taboo_message
Subclasses of BaseEntity in com.bytedesk.kbase.taboo_message -
Uses of BaseEntity in com.bytedesk.kbase.trigger
Subclasses of BaseEntity in com.bytedesk.kbase.triggerModifier and TypeClassDescriptionclassTrigger entity for content categorization and organization Provides triggerging functionality for various system entities Database Table: bytedesk_kbase_trigger Purpose: Stores trigger definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.service.agent
Subclasses of BaseEntity in com.bytedesk.service.agentModifier and TypeClassDescriptionclasshuman agent, not ai agent - agent:一对一人工客服,不支持机器人接待 - robot:机器人客服,不支持转人工 - workgroup:工作组,支持机器人接待,支持转人工 -
Uses of BaseEntity in com.bytedesk.service.agent_message
Subclasses of BaseEntity in com.bytedesk.service.agent_message -
Uses of BaseEntity in com.bytedesk.service.agent_settings
Subclasses of BaseEntity in com.bytedesk.service.agent_settingsModifier and TypeClassDescriptionclassAgent configuration settings for reusable settings Purpose: - Store reusable agent configurations - Enable sharing common settings across multiple agents - Simplify agent configuration management Usage: - Create settings for different agent roles (e.g., "Junior Support", "Senior Support", "VIP Agent") - Assign settings to agents via AgentEntity.settings reference - Multiple agents can share the same settings Common fields (inherited from BaseSettingsEntity): - name, description, isDefault, enabled - serviceSettings, inviteSettings, intentionSettings Agent-specific fields: - messageLeaveSettings, autoReplySettings, queueSettings, rateDownSettings Database Table: bytedesk_service_agent_settings -
Uses of BaseEntity in com.bytedesk.service.agent_status
Subclasses of BaseEntity in com.bytedesk.service.agent_status -
Uses of BaseEntity in com.bytedesk.service.agent_status.settings
Subclasses of BaseEntity in com.bytedesk.service.agent_status.settings -
Uses of BaseEntity in com.bytedesk.service.browse
Subclasses of BaseEntity in com.bytedesk.service.browse -
Uses of BaseEntity in com.bytedesk.service.channel_app
Subclasses of BaseEntity in com.bytedesk.service.channel_app -
Uses of BaseEntity in com.bytedesk.service.customer
Subclasses of BaseEntity in com.bytedesk.service.customerModifier and TypeClassDescriptionclassCustomer entity for lead management and customer relationship management Represents customer information collected automatically or manually added Database Table: bytedesk_service_customer Purpose: Stores customer contact information, preferences, and interaction history -
Uses of BaseEntity in com.bytedesk.service.form
Subclasses of BaseEntity in com.bytedesk.service.formModifier and TypeClassDescriptionclassForm entity for storing form schema generated by frontend low-code drag-and-drop Used to store form structure definition in JSON format Database Table: bytedesk_service_form Purpose: Stores form definitions and basic metadata -
Uses of BaseEntity in com.bytedesk.service.form_result
Subclasses of BaseEntity in com.bytedesk.service.form_resultModifier and TypeClassDescriptionclassFormResultEntity - 表单结果实体类 用于存储用户填写表单后的结果数据 数据库表:bytedesk_service_form_result 用途:存储表单填写结果和用户提交的数据 -
Uses of BaseEntity in com.bytedesk.service.holiday
Subclasses of BaseEntity in com.bytedesk.service.holiday -
Uses of BaseEntity in com.bytedesk.service.message_correction
Subclasses of BaseEntity in com.bytedesk.service.message_correction -
Uses of BaseEntity in com.bytedesk.service.message_feedback
Subclasses of BaseEntity in com.bytedesk.service.message_feedback -
Uses of BaseEntity in com.bytedesk.service.message_leave
Subclasses of BaseEntity in com.bytedesk.service.message_leaveModifier and TypeClassDescriptionclassCustomer leave message entity Represents customer messages left when agents are offline or unavailable Database Table: bytedesk_service_message_leave Purpose: Stores offline messages from customers when agents are unavailable -
Uses of BaseEntity in com.bytedesk.service.message_leave_settings
Subclasses of BaseEntity in com.bytedesk.service.message_leave_settings -
Uses of BaseEntity in com.bytedesk.service.message_parsed
Subclasses of BaseEntity in com.bytedesk.service.message_parsed -
Uses of BaseEntity in com.bytedesk.service.message_rating
Subclasses of BaseEntity in com.bytedesk.service.message_rating -
Uses of BaseEntity in com.bytedesk.service.message_template
Subclasses of BaseEntity in com.bytedesk.service.message_template -
Uses of BaseEntity in com.bytedesk.service.message_unanswered
Subclasses of BaseEntity in com.bytedesk.service.message_unanswered -
Uses of BaseEntity in com.bytedesk.service.quality_appeal
Subclasses of BaseEntity in com.bytedesk.service.quality_appealModifier and TypeClassDescriptionclassQualityAppeal entity for content categorization and organization Provides appeal functionality for various system entities Database Table: bytedesk_service_appeal Purpose: Stores appeal definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.service.quality_check
Subclasses of BaseEntity in com.bytedesk.service.quality_checkModifier and TypeClassDescriptionclassQualityCheck entity for content categorization and organization Provides check functionality for various system entities Database Table: bytedesk_service_check Purpose: Stores check definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.service.quality_flow
Subclasses of BaseEntity in com.bytedesk.service.quality_flowModifier and TypeClassDescriptionclassQualityFlow 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 -
Uses of BaseEntity in com.bytedesk.service.quality_plan
Subclasses of BaseEntity in com.bytedesk.service.quality_planModifier and TypeClassDescriptionclassQualityPlan entity for quality inspection plan management Provides comprehensive quality inspection functionality for various service types Database Table: bytedesk_service_quality_plan Purpose: Stores quality inspection plan definitions, indicators, and scoring rules -
Uses of BaseEntity in com.bytedesk.service.quality_statistic
Subclasses of BaseEntity in com.bytedesk.service.quality_statisticModifier and TypeClassDescriptionclassQualityStatistic entity for quality inspection statistics Provides comprehensive quality inspection statistics and analysis data Database Table: bytedesk_service_quality_statistic Purpose: Stores quality inspection statistics, scores, and analysis results -
Uses of BaseEntity in com.bytedesk.service.queue
Subclasses of BaseEntity in com.bytedesk.service.queue -
Uses of BaseEntity in com.bytedesk.service.queue_member
Subclasses of BaseEntity in com.bytedesk.service.queue_member -
Uses of BaseEntity in com.bytedesk.service.queue_settings
Subclasses of BaseEntity in com.bytedesk.service.queue_settings -
Uses of BaseEntity in com.bytedesk.service.robot_to_agent_settings
Subclasses of BaseEntity in com.bytedesk.service.robot_to_agent_settings -
Uses of BaseEntity in com.bytedesk.service.routing_queue
Subclasses of BaseEntity in com.bytedesk.service.routing_queueModifier and TypeClassDescriptionclass路由队列:提前计算好工作组的接待客服队列,直接读取下一个接待客服,减少每次分配客服时的计算量 将客服分配队列可视化 -
Uses of BaseEntity in com.bytedesk.service.routing_rule
Subclasses of BaseEntity in com.bytedesk.service.routing_rule -
Uses of BaseEntity in com.bytedesk.service.screen
Subclasses of BaseEntity in com.bytedesk.service.screenModifier and TypeClassDescriptionclassScreen entity for content categorization and organization Provides screen functionality for various system entities Database Table: bytedesk_service_screen Purpose: Stores screen definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.service.service_statistic
Subclasses of BaseEntity in com.bytedesk.service.service_statisticModifier and TypeClassDescriptionclass客服对话统计数据: 组织、工作组、客服、机器人 时间维度:小时、日期、月 渠道维度:channel区分渠道 可监控机器人的服务关键数据,包含解决率、评价满意度、服务转人工率、未知回答率、有效会话、当前生效知识等关键运营指标。 -
Uses of BaseEntity in com.bytedesk.service.thread_emotion
Subclasses of BaseEntity in com.bytedesk.service.thread_emotion -
Uses of BaseEntity in com.bytedesk.service.thread_intention
Subclasses of BaseEntity in com.bytedesk.service.thread_intention -
Uses of BaseEntity in com.bytedesk.service.thread_invite
Subclasses of BaseEntity in com.bytedesk.service.thread_invite -
Uses of BaseEntity in com.bytedesk.service.thread_rating
Subclasses of BaseEntity in com.bytedesk.service.thread_rating -
Uses of BaseEntity in com.bytedesk.service.thread_summary
Subclasses of BaseEntity in com.bytedesk.service.thread_summary -
Uses of BaseEntity in com.bytedesk.service.thread_transfer
Subclasses of BaseEntity in com.bytedesk.service.thread_transfer -
Uses of BaseEntity in com.bytedesk.service.transfer_keyword
Subclasses of BaseEntity in com.bytedesk.service.transfer_keyword -
Uses of BaseEntity in com.bytedesk.service.unified
Subclasses of BaseEntity in com.bytedesk.service.unified -
Uses of BaseEntity in com.bytedesk.service.visitor
Subclasses of BaseEntity in com.bytedesk.service.visitorModifier and TypeClassDescriptionclassvisitor no need to login, without login can reduce the press of the database -
Uses of BaseEntity in com.bytedesk.service.visitor_message
Subclasses of BaseEntity in com.bytedesk.service.visitor_message -
Uses of BaseEntity in com.bytedesk.service.visitor_rating
Subclasses of BaseEntity in com.bytedesk.service.visitor_rating -
Uses of BaseEntity in com.bytedesk.service.visitor_thread
Subclasses of BaseEntity in com.bytedesk.service.visitor_thread -
Uses of BaseEntity in com.bytedesk.service.visitor_token
Subclasses of BaseEntity in com.bytedesk.service.visitor_tokenModifier and TypeClassDescriptionclass访客访问令牌,用于访客登录,刷新token,访问api等 默认访客不需要token,此处主要用于需要访客登录的特殊场景 可用于强制用户重新登录,或者刷新token access_token or refresh_token 授权验证token时,不只是使用jwt解码验证,还需要跟数据库中进行对比,如果token被禁用或者过期,则拒绝访问 存储第三方access_token,refresh_token,过期时间等,微信,qq等第三方授权登录 -
Uses of BaseEntity in com.bytedesk.service.workgroup
Subclasses of BaseEntity in com.bytedesk.service.workgroupModifier and TypeClassDescriptionclassWorkgroup entity for customer service team management Manages workgroups that support both robot and human agent services Database Table: bytedesk_service_workgroup Purpose: Stores workgroup configurations, agent assignments, and service settings Key differences: - WorkgroupEntity vs Skills: Organizational structure vs capability labels - WorkgroupEntity vs Agent: Group support (robot + human) vs individual agent only - WorkgroupEntity vs Robot: Group with routing vs standalone robot -
Uses of BaseEntity in com.bytedesk.service.workgroup_message
Subclasses of BaseEntity in com.bytedesk.service.workgroup_message -
Uses of BaseEntity in com.bytedesk.service.workgroup_routing
Subclasses of BaseEntity in com.bytedesk.service.workgroup_routingModifier and TypeClassDescriptionclassWorkgroupRouting 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 -
Uses of BaseEntity in com.bytedesk.service.workgroup_settings
Subclasses of BaseEntity in com.bytedesk.service.workgroup_settingsModifier and TypeClassDescriptionclassWorkgroup configuration settings for reusable settings Purpose: - Store reusable workgroup configurations - Enable sharing common settings across multiple workgroups - Simplify workgroup configuration management Usage: - Create settings for different workgroup types (e.g., "Standard Support", "VIP Support", "Technical Support") - Assign settings to workgroups via WorkgroupEntity.settings reference - Multiple workgroups can share the same settings Common fields (inherited from BaseSettingsEntity): - name, description, isDefault, enabled - serviceSettings, inviteSettings, intentionSettings Workgroup-specific fields: - messageLeaveSettings, robotSettings, queueSettings Database Table: bytedesk_service_workgroup_settings -
Uses of BaseEntity in com.bytedesk.service.worktime_settings
Subclasses of BaseEntity in com.bytedesk.service.worktime_settings -
Uses of BaseEntity in com.bytedesk.shop.app
Subclasses of BaseEntity in com.bytedesk.shop.app -
Uses of BaseEntity in com.bytedesk.shop.product
Subclasses of BaseEntity in com.bytedesk.shop.product -
Uses of BaseEntity in com.bytedesk.social.kakao
Subclasses of BaseEntity in com.bytedesk.social.kakao -
Uses of BaseEntity in com.bytedesk.social.line
Subclasses of BaseEntity in com.bytedesk.social.line -
Uses of BaseEntity in com.bytedesk.social.meta
Subclasses of BaseEntity in com.bytedesk.social.meta -
Uses of BaseEntity in com.bytedesk.social.slack
Subclasses of BaseEntity in com.bytedesk.social.slack -
Uses of BaseEntity in com.bytedesk.social.telegram
Subclasses of BaseEntity in com.bytedesk.social.telegram -
Uses of BaseEntity in com.bytedesk.social.tiktok
Subclasses of BaseEntity in com.bytedesk.social.tiktok -
Uses of BaseEntity in com.bytedesk.social.whatsapp
Subclasses of BaseEntity in com.bytedesk.social.whatsapp -
Uses of BaseEntity in com.bytedesk.social.zalo
Subclasses of BaseEntity in com.bytedesk.social.zalo -
Uses of BaseEntity in com.bytedesk.ticket.attachment
Subclasses of BaseEntity in com.bytedesk.ticket.attachment -
Uses of BaseEntity in com.bytedesk.ticket.message
Subclasses of BaseEntity in com.bytedesk.ticket.messageModifier and TypeClassDescriptionclassTicket message entity for workflow communication Manages messages and notifications within ticket workflows Database Table: bytedesk_ticket_message Purpose: Stores ticket-related messages and workflow notifications -
Uses of BaseEntity in com.bytedesk.ticket.process
Subclasses of BaseEntity in com.bytedesk.ticket.process -
Uses of BaseEntity in com.bytedesk.ticket.ticket
Subclasses of BaseEntity in com.bytedesk.ticket.ticketModifier and TypeClassDescriptionclassSupport ticket entity for customer service and issue tracking Manages customer support requests, assignments, and resolution tracking Database Table: bytedesk_ticket Purpose: Stores support tickets, their status, assignments, and resolution history -
Uses of BaseEntity in com.bytedesk.ticket.ticket_rating
Subclasses of BaseEntity in com.bytedesk.ticket.ticket_ratingModifier and TypeClassDescriptionclassTicketRating entity for content categorization and organization Provides ticket_ratingging functionality for various system entities Database Table: bytedesk_core_ticket_rating Purpose: Stores ticket_rating definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.ticket.ticket_settings
Subclasses of BaseEntity in com.bytedesk.ticket.ticket_settingsModifier and TypeClassDescriptionclassTicketSettings entity for content categorization and organization Provides ticketSettings functionality for various system entities Database Table: bytedesk_core_ticketSettings Purpose: Stores ticketSettings definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.ticket.ticket_settings_basic
Subclasses of BaseEntity in com.bytedesk.ticket.ticket_settings_basic -
Uses of BaseEntity in com.bytedesk.ticket.ticket_settings_binding
Subclasses of BaseEntity in com.bytedesk.ticket.ticket_settings_bindingModifier and TypeClassDescriptionclass绑定表:一个工作组(workgroupUid)只能绑定一套 TicketSettings; 同一套 TicketSettings 可以被多个工作组绑定。 -
Uses of BaseEntity in com.bytedesk.ticket.ticket_settings_category
Subclasses of BaseEntity in com.bytedesk.ticket.ticket_settings_category -
Uses of BaseEntity in com.bytedesk.ticket.ticket_settings_notification
Subclasses of BaseEntity in com.bytedesk.ticket.ticket_settings_notification -
Uses of BaseEntity in com.bytedesk.ticket.ticket_statistic
Subclasses of BaseEntity in com.bytedesk.ticket.ticket_statistic -
Uses of BaseEntity in com.bytedesk.voc.comment
Subclasses of BaseEntity in com.bytedesk.voc.commentModifier and TypeClassDescriptionclassVocComment entity for content categorization and organization Provides comment functionality for various system entities Database Table: bytedesk_voc_comment Purpose: Stores comment definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.voc.complaint
Subclasses of BaseEntity in com.bytedesk.voc.complaintModifier and TypeClassDescriptionclassComplaint entity for collecting and managing user complaints Supports different types of complaints from various sources Database Table: bytedesk_voc_complaint Purpose: Stores complaints from customers, agents, workgroups and other sources -
Uses of BaseEntity in com.bytedesk.voc.feedback
Subclasses of BaseEntity in com.bytedesk.voc.feedbackModifier and TypeClassDescriptionclassFeedback entity for collecting and managing user feedback Supports different types of feedback from various sources Database Table: bytedesk_voc_feedback Purpose: Stores feedback from customers, agents, workgroups and other sources -
Uses of BaseEntity in com.bytedesk.voc.opinion
Subclasses of BaseEntity in com.bytedesk.voc.opinionModifier and TypeClassDescriptionclassOpinion entity for content categorization and organization Provides opinion functionality for various system entities Database Table: bytedesk_core_opinion Purpose: Stores opinion definitions, colors, and organization settings -
Uses of BaseEntity in com.bytedesk.wechat.app
Subclasses of BaseEntity in com.bytedesk.wechat.appModifier and TypeClassDescriptionclassWeChat application entity for managing WeChat integration Handles WeChat Official Account, Mini Program, and Work application configurations Database Table: bytedesk_channel_wechat_app Purpose: Stores WeChat app credentials, access tokens, and integration settings -
Uses of BaseEntity in com.bytedesk.wechat.mini.user
Subclasses of BaseEntity in com.bytedesk.wechat.mini.user -
Uses of BaseEntity in com.bytedesk.wechat.mp.black
Subclasses of BaseEntity in com.bytedesk.wechat.mp.black -
Uses of BaseEntity in com.bytedesk.wechat.mp.draft
Subclasses of BaseEntity in com.bytedesk.wechat.mp.draft -
Uses of BaseEntity in com.bytedesk.wechat.mp.groupon
Subclasses of BaseEntity in com.bytedesk.wechat.mp.groupon -
Uses of BaseEntity in com.bytedesk.wechat.mp.kefu
Subclasses of BaseEntity in com.bytedesk.wechat.mp.kefu -
Uses of BaseEntity in com.bytedesk.wechat.mp.media
Subclasses of BaseEntity in com.bytedesk.wechat.mp.media -
Uses of BaseEntity in com.bytedesk.wechat.mp.tag
Subclasses of BaseEntity in com.bytedesk.wechat.mp.tag -
Uses of BaseEntity in com.bytedesk.wechat.mp.user
Subclasses of BaseEntity in com.bytedesk.wechat.mp.user -
Uses of BaseEntity in com.bytedesk.wechat.pay
Subclasses of BaseEntity in com.bytedesk.wechat.payModifier and TypeClassDescriptionclassWeChat payment entity for managing WeChat Pay integration Handles WeChat Pay configurations and payment processing settings Database Table: bytedesk_channel_wechat_pay Purpose: Stores WeChat Pay configurations and payment-related settings -
Uses of BaseEntity in com.bytedesk.wechat.work.kefu.account
Subclasses of BaseEntity in com.bytedesk.wechat.work.kefu.account