Przeglądaj źródła

feat(types): 给IProcedureItem添加approvalWay字段

LuoHaoxuan 3 lat temu
rodzic
commit
4e56c3da54
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

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