Parcourir la source

feat(types): 在IProcedureItem添加审增审减审结对应的字段

LuoHaoxuan il y a 3 ans
Parent
commit
1fc4937f0c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      types/src/interface/process.ts

+ 3 - 0
types/src/interface/process.ts

@@ -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 {