refactor: 禁止 TenantId=0 并改为系统租户

This commit is contained in:
root
2026-01-29 13:16:15 +00:00
parent 77836e270f
commit bc1c4cc41b
4 changed files with 48 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ using TakeoutSaaS.Shared.Abstractions.Entities;
namespace TakeoutSaaS.Domain.Tenants.Entities;
/// <summary>
/// 平台租户信息,描述租户的生命周期与基础资料。
/// 租户信息,描述租户的生命周期与基础资料。
/// </summary>
public sealed class Tenant : AuditableEntityBase
{