fengling-console/Models/Dtos
movingsam 0d64b61169 refactor(console): migrate tenant management to TenantManager pattern
- Replace TenantRepository with TenantManager (ASP.NET Identity style)
- Change TenantId from long to int (auto-increment)
- Add TenantStore with CRUD operations
- Update TenantService, UserService, RoleService to use TenantManager
- Add Tenant entity with TenantStatus enum
- Update DTOs and controllers for int tenant IDs
2026-02-19 21:43:24 +08:00
..
CreateClientDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
CreateRoleDto.cs feat(console): add role DTOs 2026-02-05 14:14:19 +08:00
CreateTenantDto.cs refactor: clean up Member module and update Console 2026-02-18 23:34:40 +08:00
CreateUserDto.cs feat(console): add user DTOs 2026-02-05 14:13:17 +08:00
GatewayDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
OAuthClientDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
OAuthClientQueryDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
PaginationDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
ResetPasswordDto.cs feat(console): add user DTOs 2026-02-05 14:13:17 +08:00
RoleDto.cs feat(console): add role DTOs 2026-02-05 14:14:19 +08:00
RoleQueryDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
TenantDto.cs refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
TenantQueryDto.cs refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
TenantSettingsDto.cs feat(console): add tenant DTOs 2026-02-05 14:13:47 +08:00
UpdateClientDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
UpdateRoleDto.cs feat(console): add role DTOs 2026-02-05 14:14:19 +08:00
UpdateTenantDto.cs refactor: clean up Member module and update Console 2026-02-18 23:34:40 +08:00
UpdateUserDto.cs feat(console): add user DTOs 2026-02-05 14:13:17 +08:00
UserDto.cs refactor: align TenantRepository with CleanDDD/NetCorePal规范 2026-02-19 19:20:06 +08:00
UserQueryDto.cs feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00