refactor: AdminApi 剔除租户侧能力

This commit is contained in:
2026-01-29 23:24:44 +00:00
parent 71e5a9dc29
commit 4f8424adb6
139 changed files with 622 additions and 4691 deletions

View File

@@ -7,6 +7,11 @@ namespace TakeoutSaaS.Application.Dictionary.Contracts;
/// </summary>
public sealed class DictionaryGroupQuery
{
/// <summary>
/// 租户 ID仅当 Scope=Business 时需要Scope=System 时忽略)。
/// </summary>
public long? TenantId { get; set; }
/// <summary>
/// 作用域过滤。
/// </summary>