浏览代码

feat(types): 设置业务权限

lipk 2 年之前
父节点
当前提交
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;
   collaborators: IRangeSelectTree[];
 }
+
+export enum EApprovalPermission {
+  DELETE_BUSINESS = 'deleteBusiness',
+  RESUME_BUSINESS = 'resumeBusiness',
+  VIEW_RECYCLEBIN = 'viewRecycliBin',
+}