Explorar el Código

feat(types): IMessageData补充 isShowProcess 字段

wupeixin hace 3 años
padre
commit
34e292c19c
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

@@ -73,4 +73,5 @@ export interface IMessageData {
   unRead: boolean;
   type: TypeMessageData;
   title: string;
+  isShowProcess: boolean;
 }