@@ -180,6 +180,7 @@ export interface IApproval {
createdID: string;
createdTime: number;
process: IProcess[];
+ templateProcess?: IProcedureProcess[]; // 三合一需要用的流程模板
subjectID?: string;
businessType?: BusinessTypeKey;
}