Sfoglia il codice sorgente

feat(types): 在IProcessExecutor补充participantMode

LuoHaoxuan 3 anni fa
parent
commit
022c34c32c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;