@@ -69,11 +69,12 @@ export interface IMessageData {
userID: string;
createTime: number;
status: string;
- process:IProcess;
read: boolean;
type: TypeMessageData;
title: string;
isShowProcess: boolean;
userName: string;
- phone: string
+ phone?: string;
+ process?:IProcess;
+ systemContent?:string;
}