Browse Source

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

wupeixin 3 năm trước cách đây
mục cha
commit
dd167e2648
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
 type TypeMessageData = 'approval' | 'system'
 export interface IMessageData {
 export interface IMessageData {
-  ID: string;
+  businessID: string;
   userID: string;
   userID: string;
   createTime: number;
   createTime: number;
   status: string;
   status: string;