Explorar el Código

feat(types): 角色类型更新

lipk hace 3 años
padre
commit
cfa9182275
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/process.ts

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

@@ -72,6 +72,7 @@ export interface IRole {
   name: string;
   roleType: RoleType;
   frontPermission: RolePermission[];
+  backstagePermission: string[]; // 后台权限
 }
 
 // 参与者模式