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