@@ -195,6 +195,10 @@ export interface ICollaboratorItem {
institutionName?: string;
approvalMembers: string[];
approverName?: string;
+ executorInfo?: {
+ executorID?: string;
+ executorName?: string;
+ };
}
// 三合一协审人范围