This commit is contained in:
2025-12-22 11:06:48 +08:00
parent 6c1aa13498
commit 1f37db80d8
12 changed files with 548 additions and 29 deletions

View File

@@ -145,13 +145,19 @@ declare module 'shared/types' {
TbChatRoomDTO,
TbChatMessageDTO,
TbChatRoomMemberDTO,
TbVideoMeetingDTO,
TbMeetingParticipantDTO,
ChatRoomVO,
ChatMessageVO,
ChatMemberVO,
VideoMeetingVO,
MeetingParticipantVO,
SendMessageParam,
CreateMeetingParam,
MarkReadParam
MarkReadParam,
// 来客相关
TbGuestDTO,
GuestVO
} from '../../../shared/src/types/workcase'
// 重新导出 menu