Selaa lähdekoodia

feat(types): IMessageData补充 isShowProcess 字段

wupeixin 3 vuotta sitten
vanhempi
commit
34e292c19c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
 }