聊天室创建工单

This commit is contained in:
2025-12-24 19:50:38 +08:00
parent a613eb4fa1
commit 41bc41cfcd
18 changed files with 519 additions and 108 deletions

View File

@@ -6,6 +6,8 @@ import type { BaseDTO } from 'shared/types'
export interface TbWorkcaseDTO extends BaseDTO {
/** 工单ID */
workcaseId?: string
/** 聊天室ID */
roomId: string
/** 来客ID */
userId?: string
/** 来客姓名 */