Browse Source

feat(types): 去除没用到的定义类型

wupeixin 3 năm trước cách đây
mục cha
commit
607b4b8463
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      types/src/interface/process.ts

+ 0 - 2
types/src/interface/process.ts

@@ -171,8 +171,6 @@ export interface IProcedureItem {
   approvalTime: string;
   executorID?: string;
   members?: executorMember[];
-  matter?: any;
-  approvaledPermission?: IExecutorApprovaledPermission[];
 }
 
 export interface IApproval {