聊天室创建工单
This commit is contained in:
@@ -6,6 +6,8 @@ import type { BaseDTO } from 'shared/types'
|
||||
export interface TbWorkcaseDTO extends BaseDTO {
|
||||
/** 工单ID */
|
||||
workcaseId?: string
|
||||
/** 聊天室ID */
|
||||
roomId: string
|
||||
/** 来客ID */
|
||||
userId?: string
|
||||
/** 来客姓名 */
|
||||
|
||||
Reference in New Issue
Block a user