feat: 完成sys模块迁移,对齐PHP/Java框架
- 重构sys模块架构,严格按admin/api/core分层 - 对齐所有sys实体与数据库表结构 - 实现完整的adminapi控制器,匹配PHP/Java契约 - 修复依赖注入问题,确保服务正确注册 - 添加自动迁移工具和契约验证 - 完善多租户支持和审计功能 - 统一命名规范,与PHP业务逻辑保持一致
This commit is contained in:
@@ -1,21 +1,6 @@
|
||||
// Module exports
|
||||
export * from './admin/admin.module';
|
||||
export * from './member/member.module';
|
||||
export * from './rbac/rbac.module';
|
||||
export * from './user/user.module';
|
||||
export * from './auth/auth.module';
|
||||
export * from './upload/upload.module';
|
||||
export * from './jobs/jobs.module';
|
||||
export * from './event-bus/event-bus.module';
|
||||
export * from './sys/sys.module';
|
||||
export * from './niucloud/niucloud.module';
|
||||
// 注意:Site/Pay 模块由 app.module.ts 显式引入,避免重复导出导致歧义
|
||||
/**
|
||||
* Common模块导出
|
||||
*/
|
||||
|
||||
// Guard exports
|
||||
export * from './auth/guards/JwtAuthGuard';
|
||||
export * from './auth/guards/RolesGuard';
|
||||
export * from './auth/guards/GlobalAuthGuard';
|
||||
export * from './auth/decorators/RolesDecorator';
|
||||
|
||||
// Settings exports
|
||||
export * from './settings';
|
||||
// export * from './sys';
|
||||
export * from './generator';
|
||||
|
||||
Reference in New Issue
Block a user