Przeglądaj źródła

feat(types): IMessageData字段补充消息类型tag字段

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

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

@@ -70,4 +70,5 @@ export interface IMessageData {
   status: string;
   process:IProcess;
   unRead: boolean;
+  tags: string[];
 }