2 Commity 4e56c3da54 ... 6dc8c2f231

Autor SHA1 Wiadomość Data
  wupeixin 6dc8c2f231 Merge branch 'master' of http://112.74.42.187:26903/SmartCost/SCCommon 3 lat temu
  wupeixin dd167e2648 feat(types): IMessageData 将ID更改为businessID(业务ID) 3 lat temu
1 zmienionych plików z 1 dodań i 1 usunięć
  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;