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