Explorar el Código

feat(types): IMessageData 将ID更改为businessID(业务ID)

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

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

@@ -65,7 +65,7 @@ interface IProcess {
 }
 type TypeMessageData = 'approval' | 'system'
 export interface IMessageData {
-  ID: string;
+  businessID: string;
   userID: string;
   createTime: number;
   status: string;