Просмотр исходного кода

feat(types): 设置业务权限

lipk 2 лет назад
Родитель
Сommit
b66bdf85a2
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      types/src/interface/process.ts

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

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