Add Tenant Id

This commit is contained in:
Thanakarn Klangkasame
2025-09-30 17:13:56 +07:00
parent b9eef5c3d3
commit f505e31cfd
5 changed files with 1586 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ namespace AMREZ.EOP.Domain.Entities.Tenancy;
public sealed class TenantConfig
{
public Guid TenantId { get; set; } = Guid.NewGuid();
public string TenantKey { get; set; } = default!;
public string? Schema { get; set; }
public string? ConnectionString { get; set; }