kra/web/src/services/system/index.ts

12 lines
268 B
TypeScript

/**
* 系统管理 API 服务导出
*/
export * from './user';
export * from './authority';
export * from './menu';
export * from './api';
export * from './dictionary';
export * from './dictionaryDetail';
export * from './operationRecord';
export * from './casbin';