@@ -129,6 +129,7 @@ export interface IExecutor {
ID: string;
approvalStatus: string;
approvalTime: number;
+ approvalComment: string;
}[];
}