Explorar o código

feat(types): 在IProcessExecutor添加dataID

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
78172beaa0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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[];