瀏覽代碼

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 {