Explorar o código

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

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
4078381fcd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {