优化客服群聊订单信息展示

This commit is contained in:
yml
2026-06-18 00:44:45 +08:00
parent 0add23dedb
commit 272b2cb71e
15 changed files with 479 additions and 55 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface ChatParticipant {
export interface ChatConversation {
id: number
order_id: number | null
listing_id?: number | null
type: string
title: string
status: string