Przeglądaj źródła

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

LuoHaoxuan 3 lat temu
rodzic
commit
4078381fcd
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {