Commit 01ea14ef by 杨铁龙

修改lastMsgChat类型

parent 13350257
Showing with 3 additions and 1 deletions
import { MessageType } from "@/customer-service/model";
export interface Chat {
id: number;
org_id: string;
......@@ -20,7 +22,7 @@ export interface Chat {
biz_id: string;
last_msg_sender: string;
last_msg_content: string;
last_msg_type: string;
last_msg_type: MessageType;
business_data: {
model_name: string;
obj_id: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment