Explorar o código

feat(types): IMessageData补充 isShowProcess 字段

wupeixin %!s(int64=3) %!d(string=hai) anos
pai
achega
34e292c19c
Modificáronse 1 ficheiros con 1 adicións e 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;
 }