Explorar el Código

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

wupeixin hace 3 años
padre
commit
7cad31d1ea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/message.ts

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

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