@@ -68,4 +68,5 @@ export interface IMessageData {
createTime: number;
status: string;
process:IProcess;
+ unRead: boolean;
}