소스 검색

feat(types): 在IProcessExecutor添加dataID

LuoHaoxuan 3 년 전
부모
커밋
78172beaa0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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[];