-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Milestone
Description
背景
- 依据系统总体规划,首先构建 Common 层基础服务,提供统一配置、审计和安全支撑,为后续模块奠定基础。
交付内容
- 在
CommonMod定义AuditLog、SystemSetting等实体并补充对应 DTO。 - 实现
AuditLogManager、SystemSettingManager,完成审计写入与配置查询逻辑。 - 在
Share/Services封装跨模块服务(如IAuditTrailService、IPasswordHasher)。 - ApiService 中新增
CommonSettingsController、AuditTrailController等控制器并完成基础路由。 - 为新增能力补充最小化单元测试验证。
依赖
- 无。
参考
docs/tasks/iam-development-plan.md#b1-基础服务与基础设施
Reactions are currently unavailable