Add Tenant basics

This commit is contained in:
2026-04-11 19:09:55 +09:30
parent 4ee8b9101d
commit df7b22235c
6 changed files with 18 additions and 3 deletions
+1
View File
@@ -9,5 +9,6 @@ public class TenantModel
public Guid? Id { get; set; }
public string TenantCode { get; set; }
public string CompanyName { get; set; }
public string ConnectionString { get; set; }
public bool IsInactive { get; set; }
}