瀏覽代碼

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 {