refactor: 收紧角色与商户跨租户能力

This commit is contained in:
root
2026-01-29 14:52:25 +00:00
parent a0b77d4847
commit 41cfd2e2e8
9 changed files with 120 additions and 75 deletions

View File

@@ -27,7 +27,7 @@ public sealed class GetMerchantListQuery : IRequest<PagedResult<MerchantListItem
public OperatingMode? OperatingMode { get; init; }
/// <summary>
/// 租户过滤(管理员可用)。
/// 租户过滤(可选,默认当前租户;禁止跨租户)。
/// </summary>
public long? TenantId { get; init; }