ソースを参照

fix(types): 新增matterListID属性

lishihao 3 年 前
コミット
5accb1fdbf
1 ファイル変更1 行追加0 行削除
  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 {