Просмотр исходного кода

feat(types): 在IProcedureItem添加nextProcessSectorType字段

LuoHaoxuan 3 лет назад
Родитель
Сommit
4078381fcd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/process.ts

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

@@ -180,6 +180,7 @@ export interface IProcedureItem {
   executorID?: string;
   members?: executorMember[];
   approvalWay?: string;
+  nextProcessSectorType?: string;
 }
 
 export interface IApproval {