|
@@ -227,6 +227,9 @@ export interface IProcedureItem {
|
|
|
dynamicSteps?: SimpleDynamicStep[];
|
|
dynamicSteps?: SimpleDynamicStep[];
|
|
|
stepMatters?: IStepMatter[];
|
|
stepMatters?: IStepMatter[];
|
|
|
nextProcessSectorType?: SectorType;
|
|
nextProcessSectorType?: SectorType;
|
|
|
|
|
+ conclusion?: string;
|
|
|
|
|
+ addition?: string;
|
|
|
|
|
+ reduction?: string;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IApproval {
|
|
export interface IApproval {
|