Explorar el Código

feat(types): IMessageData补充unRead字段

wupeixin hace 3 años
padre
commit
387bfa633c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }