Преглед изворни кода

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

LuoHaoxuan пре 3 година
родитељ
комит
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 {