2 İşlemeler 4e56c3da54 ... 6dc8c2f231

Yazar SHA1 Mesaj Tarih
  wupeixin 6dc8c2f231 Merge branch 'master' of http://112.74.42.187:26903/SmartCost/SCCommon 3 yıl önce
  wupeixin dd167e2648 feat(types): IMessageData 将ID更改为businessID(业务ID) 3 yıl önce
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;