Fengling Console - 控制台后端
Go to file
Sam cf1bf1d600 fix: configure TenantInfo as owned entity and use AsNoTracking
- Add AsNoTracking to tenant query to avoid tracking conflicts
- Configure TenantInfo as owned entity in ApplicationUser
- Map TenantInfo properties to separate columns in AspNetUsers table
2026-02-06 00:55:58 +08:00
Controllers feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Models/Dtos feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Properties feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Repositories feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Services feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
appsettings.Development.json feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
appsettings.json feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Fengling.Console.csproj fix: configure TenantInfo as owned entity and use AsNoTracking 2026-02-06 00:55:58 +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 feat(console): register all services and HttpContextAccessor 2026-02-05 14:19:44 +08:00