Browse Source

fix(types): 新增matterListID属性

lishihao 3 years ago
parent
commit
5accb1fdbf
1 changed files with 1 additions and 0 deletions
  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 {