2 Commits 4e56c3da54 ... 6dc8c2f231

Autore SHA1 Messaggio Data
  wupeixin 6dc8c2f231 Merge branch 'master' of http://112.74.42.187:26903/SmartCost/SCCommon 3 anni fa
  wupeixin dd167e2648 feat(types): IMessageData 将ID更改为businessID(业务ID) 3 anni fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;