Przeglądaj źródła

fix(types): 新增matterListID属性

lishihao 3 lat temu
rodzic
commit
5accb1fdbf
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

@@ -376,6 +376,7 @@ export interface IApproval {
   scope?: IScopeType[];
   subjectID?: string;
   businessType?: BusinessTypeKey;
+  matterListID?: string;
 }
 
 export enum ApprovalStatus {