// 组织机构管理 export enum orgManageApi { departManageList = 'system:depart-manage-list:manage', departUserList = 'system:depart-user-list:user', }