chore: 提交当前变更
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace TakeoutSaaS.Shared.Abstractions.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// 多租户实体约定:所有持久化实体须包含租户标识字段。
|
||||
/// </summary>
|
||||
public interface IMultiTenantEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// 所属租户 ID。
|
||||
/// </summary>
|
||||
Guid TenantId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user