Browse Source

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

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
4e56c3da54
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {