Fengling Console - 控制台后端
Go to file
movingsam 74122b2c8c feat(auth): extract Tenant to Platform domain
- Add Fengling.Platform domain and infrastructure projects
- Move Tenant aggregate from AuthService/Console to Platform.Domain
- Add TenantRepository and SeedData to Platform
- Remove duplicate Tenant/TenantInfo models from AuthService and Console
- Update controllers and services to use Platform.Domain.Tenant
- Add new migrations for PlatformDbContext

BREAKING CHANGE: Tenant entity now uses strongly-typed ID (TenantId)
2026-02-18 23:02:03 +08:00
Controllers feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Datas feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Models feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Properties feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Repositories feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Services feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
appsettings.Development.json feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
appsettings.json chore: update gitignore to allow Vben packages directory 2026-02-13 21:34:52 +08:00
Fengling.Console.csproj feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Fengling.Console.http feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Program.cs refactor: major project restructuring and cleanup 2026-02-15 10:34:07 +08:00