refactor: 清理平台表述并统一为系统
This commit is contained in:
@@ -4,7 +4,7 @@ using TakeoutSaaS.Shared.Abstractions.Entities;
|
||||
namespace TakeoutSaaS.Domain.Identity.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// 管理后台账户实体(平台管理员、租户管理员或商户员工)。
|
||||
/// 管理后台账户实体(租户管理员或商户员工)。
|
||||
/// </summary>
|
||||
public sealed class IdentityUser : MultiTenantEntityBase
|
||||
{
|
||||
@@ -59,7 +59,7 @@ public sealed class IdentityUser : MultiTenantEntityBase
|
||||
public bool MustChangePassword { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 所属商户(平台管理员为空)。
|
||||
/// 所属商户(租户管理员为空)。
|
||||
/// </summary>
|
||||
public long? MerchantId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user