Просмотр исходного кода

fix(types): 新增matterListID属性

lishihao 3 лет назад
Родитель
Сommit
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 {