Explorar o código

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

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
1fc4937f0c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      types/src/interface/process.ts

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

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