refactor: AdminApi 剔除租户侧能力
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user