Prechádzať zdrojové kódy

feat(types): 在IProcessExecutor补充participantMode

LuoHaoxuan 3 rokov pred
rodič
commit
022c34c32c
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      types/src/interface/process.ts

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

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