|
@@ -199,6 +199,8 @@ export interface IProcedureItem {
|
|
|
executor?: IProcessExecutor;
|
|
executor?: IProcessExecutor;
|
|
|
// members?: executorMember[];
|
|
// members?: executorMember[];
|
|
|
approvalWay?: string;
|
|
approvalWay?: string;
|
|
|
|
|
+ dynamicSteps?: SimpleDynamicStep[];
|
|
|
|
|
+ stepMatters?: IStepMatter[];
|
|
|
nextProcessSectorType?: SectorType;
|
|
nextProcessSectorType?: SectorType;
|
|
|
}
|
|
}
|
|
|
|
|
|