Browse Source

feat(types): 在IProcessExecutor添加dataID

LuoHaoxuan 3 years ago
parent
commit
78172beaa0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/process.ts

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

@@ -143,6 +143,7 @@ export interface IProcessExecutor {
   setType: string;
   participantMode: string;
   name: string;
+  dataID: string;
   reportTime?: string; // 三合一审批流程第一位的上报时间
   scope?: string;
   members?: Members[];