Browse Source

feat(types): 设置业务权限

lipk 2 years ago
parent
commit
b66bdf85a2
1 changed files with 6 additions and 0 deletions
  1. 6 0
      types/src/interface/process.ts

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

@@ -849,3 +849,9 @@ export interface IApostilleParam {
   canCollaborate: boolean;
   collaborators: IRangeSelectTree[];
 }
+
+export enum EApprovalPermission {
+  DELETE_BUSINESS = 'deleteBusiness',
+  RESUME_BUSINESS = 'resumeBusiness',
+  VIEW_RECYCLEBIN = 'viewRecycliBin',
+}