refactor: 收紧角色与商户跨租户能力
This commit is contained in:
@@ -27,7 +27,7 @@ public sealed class GetMerchantListQuery : IRequest<PagedResult<MerchantListItem
|
||||
public OperatingMode? OperatingMode { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 租户过滤(管理员可用)。
|
||||
/// 租户过滤(可选,默认当前租户;禁止跨租户)。
|
||||
/// </summary>
|
||||
public long? TenantId { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user