ソースを参照

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

wupeixin 3 年 前
コミット
dd167e2648
1 ファイル変更1 行追加1 行削除
  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;