Przeglądaj źródła

feat(types): IMessageData补充unRead字段

wupeixin 3 lat temu
rodzic
commit
387bfa633c
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
 }