소스 검색

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

LuoHaoxuan 3 년 전
부모
커밋
1fc4937f0c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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 {