Explorar o código

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

wupeixin %!s(int64=3) %!d(string=hai) anos
pai
achega
dd167e2648
Modificáronse 1 ficheiros con 1 adicións e 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;