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

feat(types): 在IProcessExecutor补充participantMode

LuoHaoxuan 3 лет назад
Родитель
Сommit
022c34c32c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/process.ts

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

@@ -141,6 +141,7 @@ export interface IProcessExecutor {
   businessType: BusinessTypeKey;
   gatherID: string;
   setType: string;
+  participantMode: string;
   name: string;
   reportTime?: string; // 三合一审批流程第一位的上报时间
   scope?: string;