|
|
@@ -1,7 +1,10 @@
|
|
|
import { ReportTree } from './report';
|
|
|
import { CptModelName, SubModelName, ActionType } from './base';
|
|
|
import { BusinessTypeKey } from './gather';
|
|
|
-import { IExecutorApprovaledPermission } from './gatherExecutor';
|
|
|
+import {
|
|
|
+ IExecutorApprovaledPermission,
|
|
|
+ IGatherExecutor,
|
|
|
+} from './gatherExecutor';
|
|
|
import { executorMember } from './approvalStatus';
|
|
|
|
|
|
// 环节类型
|
|
|
@@ -143,7 +146,7 @@ export interface IExecutor {
|
|
|
// 3合1参与者信息
|
|
|
export interface IProcedureParticipantInfo {
|
|
|
approvalWay: string;
|
|
|
- executor: IExecutor;
|
|
|
+ executor: IGatherExecutor;
|
|
|
}
|
|
|
|
|
|
// 3合1分支判断信息
|