Explorar el Código

feat(types): IMessageData补充用户ID属性

wupeixin hace 3 años
padre
commit
140dbe8f76
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

@@ -65,6 +65,7 @@ interface IProcess {
 }
 export interface IMessageData {
   ID: string;
+  userID: string;
   createTime: number;
   status: string;
   process:IProcess;