Browse Source

feat(types): IMessageData补充unRead字段

wupeixin 3 years atrás
parent
commit
387bfa633c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/message.ts

+ 1 - 0
types/src/interface/message.ts

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