Quellcode durchsuchen

feat(types): 在IProjectApproval添加gatherID

LuoHaoxuan vor 3 Jahren
Ursprung
Commit
4d962e5eac
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      types/src/interface/process.ts

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

@@ -212,6 +212,7 @@ export interface IProjectApproval extends IApproval {
   approvalTime?: number; // 审批通过时间
   currentProcessID?: string; // 当前正处于哪个环节ID
   businessID?: string; // 业务ID
+  gatherID?: string;
 }
 
 // 流程过程中存储的数据