Explorar el Código

feat(types): 设置业务权限

lipk hace 2 años
padre
commit
b66bdf85a2
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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',
+}