浏览代码

feat(types): IProcedureItem字段暂时将stepMatter设置成any类型

wupeixin 3 年之前
父节点
当前提交
a21879d7a3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/process.ts

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

@@ -165,6 +165,7 @@ export interface IProcedureItem {
   executorID?: string;
   executorID?: string;
   members?: member[];
   members?: member[];
   matter?: any;
   matter?: any;
+  stepMatter?:any;
 }
 }
 
 
 export interface IApproval {
 export interface IApproval {