소스 검색

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

wupeixin 3 년 전
부모
커밋
7cad31d1ea
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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[];
 }