Explorar el Código

feat(types): 在IProcessExecutor补充participantMode

LuoHaoxuan hace 3 años
padre
commit
022c34c32c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;