Explorar el Código

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

wupeixin hace 3 años
padre
commit
a21879d7a3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/process.ts

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

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