Przeglądaj źródła

feat(types): IMessageData补充 userName和phone 字段

wupeixin 3 lat temu
rodzic
commit
f93220036b
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      types/src/interface/message.ts

+ 2 - 0
types/src/interface/message.ts

@@ -74,4 +74,6 @@ export interface IMessageData {
   type: TypeMessageData;
   title: string;
   isShowProcess: boolean;
+  userName: string;
+  phone: string
 }