chore: 提交当前变更
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using TakeoutSaaS.Domain.Dictionary.Enums;
|
||||
|
||||
namespace TakeoutSaaS.Application.Dictionary.Contracts;
|
||||
|
||||
/// <summary>
|
||||
/// 字典分组查询参数。
|
||||
/// </summary>
|
||||
public sealed class DictionaryGroupQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// 作用域过滤。
|
||||
/// </summary>
|
||||
public DictionaryScope? Scope { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否包含字典项。
|
||||
/// </summary>
|
||||
public bool IncludeItems { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user